Color Hex Logo

#04355d Color Hex

#04355D
(4,53,93)
0 Favorites   0 Comments

Color spaces of #04355d

RGB 45393
HSL0.570.920.19
HSV207°96°36°
CMYK 0.960.430.00   0.64
XYZ3.29903.362310.8310
Yxy3.36230.18860.1922
Hunter Lab18.33660.0256-22.1857
CIE-Lab21.44011.7193-28.1168

#04355d color RGB value is (4,53,93).

#04355d hex color red value is 4, green value is 53 and the blue value of its RGB is 93. Cylindrical-coordinate representations (also known as HSL) of color #04355d hue: 0.57 , saturation: 0.92 and the lightness value of 04355d is 0.19.

The process color (four color CMYK) of #04355d color hex is 0.96, 0.43, 0.00, 0.64. Web safe color of #04355d is #003366. Color #04355d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000100 00110101 01011101
Octal 4 65 135
Decimal 4 53 93
Hex 4 35 5D

RGB Percentages of Color #04355d

%2.67
%35.33
%62.00

CMYK Percentages of Color #04355d

%96
%43
%0
%64

Triadic Colors of #04355d

#04355d #5d0435 #355d04

Analogous Colors of #04355d

#04355d #04085d #045d59

Monochromatic Colors of #04355d

#04355d

Complementary Color

#04355d #5d2c04

#04355d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#04355d Color Preview on White Background

Lorem ipsum dolor sit amet.

#04355d Color CSS Codes

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

#04355d Text Font Color

<p style="color:#04355d">Text here</p>

This sample text font color is #04355d
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.


#04355d Background Color

<div style="background-color:#04355d">
Div content here</div>

This div background color is #04355d


#04355d Border Color

<div style="border:3px solid #04355d">
Div here</div>

This div border color is #04355d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(4,53,93, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #04355d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #04355d;
  -webkit-box-shadow: 1px 1px 3px 2px #04355d;
  box-shadow:         1px 1px 3px 2px #04355d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #04355d


Comments

No comments written yet.

Please login to write comment.