Color Hex Logo

#00355b Color Hex

#00355B
(0,53,91)
0 Favorites   0 Comments

Color spaces of #00355b

RGB 05391
HSL0.571.000.18
HSV205°100°36°
CMYK 1.000.420.00   0.64
XYZ3.16143.301510.3682
Yxy3.30150.18780.1962
Hunter Lab18.1700-0.7404-21.1131
CIE-Lab21.21300.3981-27.1691

#00355b color RGB value is (0,53,91).

#00355b hex color red value is 0, green value is 53 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #00355b hue: 0.57 , saturation: 1.00 and the lightness value of 00355b is 0.18.

The process color (four color CMYK) of #00355b color hex is 1.00, 0.42, 0.00, 0.64. Web safe color of #00355b is #003366. Color #00355b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000000 00110101 01011011
Octal 0 65 133
Decimal 0 53 91
Hex 0 35 5B

RGB Percentages of Color #00355b

%0.00
%36.81
%63.19

CMYK Percentages of Color #00355b

%100
%42
%0
%64

Triadic Colors of #00355b

#00355b #5b0035 #355b00

Analogous Colors of #00355b

#00355b #00075b #005b54

Monochromatic Colors of #00355b

#00355b

Complementary Color

#00355b #5b2600

#00355b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#00355b Color Preview on White Background

Lorem ipsum dolor sit amet.

#00355b Color CSS Codes

.mybgcolor {background-color:#00355b; } 
.myforecolor {color:#00355b; }
.mybordercolor {border:3px solid #00355b; }

#00355b Text Font Color

<p style="color:#00355b">Text here</p>

This sample text font color is #00355b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#00355b Background Color

<div style="background-color:#00355b">
Div content here</div>

This div background color is #00355b


#00355b Border Color

<div style="border:3px solid #00355b">
Div here</div>

This div border color is #00355b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(0,53,91, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #00355b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #00355b;
  -webkit-box-shadow: 1px 1px 3px 2px #00355b;
  box-shadow:         1px 1px 3px 2px #00355b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(0,53,91, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #00355b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #00355b;
  -webkit-box-shadow: 1px 1px 3px 2px #00355b;
  box-shadow:         1px 1px 3px 2px #00355b;">
Div content here</div>

This div box has shadow with color #00355b


Comments

No comments written yet.

Please login to write comment.