Html Css Color HEX #04357F Dark Cerulean

📋 copy color: '#04357F'

red 4 ◦ green 53 ◦ blue 127

#04357F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #04357F

Tints of Dark Cerulean #04357F

RGB

 RED value IS 4 (1.95% from 255) = 2.17%

 GREEN value IS 53 (21.09% from 255) = 28.8%

 BLUE value IS 127 (50% from 255) = 69.02%

R = 2.17%
G = 28.8%
B = 69.02%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.50

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#04357F (or 0x04357F) is known color: Dark Cerulean. HEX triplet: 04, 35 and 7F. RGB value is (4,53,127). Sum of RGB (Red+Green+Blue) = 4+53+127=184 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.17% from 184); Green value is 53 (21.09% from 255 or 28.80% from 184); Blue value is 127 (50% from 255 or 69.02% from 184); Max value from RGB is 127 - color contains mainly: blue. Hex color #04357F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #04357F is #FBCA80. Grayscale: #2E2E2E. Windows color (decimal): -16501377 or 8336644. OLE color: 8336644.

HSL color Cylindrical-coordinate representation of color #04357F: hue angle of 216.1º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #04357F is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 53 127 -
CMYK 0.97 0.58 0 0.50
HSL 216.1º 0.94% 0.26% -
HSV(B) 216.1º 0.97% 0.5% -
XYZ 5.15 4.1 20.6 -
YUV 46.79 173.27 97.48 -
System Red Green Blue C M Y K H S L
Decimal 4 53 127 0.97 0.58 0 0.50 216.1 0.94 0.26
Hex 4 35 7F 61 3A 0 32 D8 5E 1A
Octal 4 65 177 141 72 0 62 330 136 32
Binary 100 110101 1111111 1100001 111010 0 110010 11011000 1011110 11010

Color Harmonies of #04357F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04357F

Black with #04357F

Text Example


Text Example

White with #04357F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04357F; }

 p { color: rgb(4,53,127); }

 H1.HeaderClassName
 {
   color: #04357F;
 }
 .AnyTagClassName
 {
   color: #04357F;
 }
</style>

background-color css

<style>
 a { background-color: #04357F; }

 a { background-color: rgb(4,53,127); }

 div.DivClassName
 {
   background-color: #04357F;
 }
 .BgClassName
 {
   background-color: #04357F;
 }
</style>

border-color css

<style>
 span { border-color: #04357F; }

 span { border-color: rgb(4,53,127); }

 td.TdClassName
 {
   border-color: #04357F;
 }
 .TagClassName
 {
   border-color: #04357F;
 }
</style>