Html Css Color HEX #034D72 Dark Cerulean

📋 copy color: '#034D72'

red 3 ◦ green 77 ◦ blue 114

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

Shades of Dark Cerulean #034D72

Tints of Dark Cerulean #034D72

RGB

 RED value IS 3 (1.56% from 255) = 1.55%

 GREEN value IS 77 (30.47% from 255) = 39.69%

 BLUE value IS 114 (44.92% from 255) = 58.76%

R = 1.55%
G = 39.69%
B = 58.76%

CMYK

 C value IS 0.97

 M value IS 0.32

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#034D72 (or 0x034D72) is known color: Dark Cerulean. HEX triplet: 03, 4D and 72. RGB value is (3,77,114). Sum of RGB (Red+Green+Blue) = 3+77+114=194 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.55% from 194); Green value is 77 (30.47% from 255 or 39.69% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #034D72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #034D72 is #FCB28D. Grayscale: #3A3A3A. Windows color (decimal): -16560782 or 7490819. OLE color: 7490819.

HSL color Cylindrical-coordinate representation of color #034D72: hue angle of 200º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034D72 is Cyan = 0.97, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 3 77 114 -
CMYK 0.97 0.32 0 0.55
HSL 200º 0.95% 0.23% -
HSV(B) 200º 0.97% 0.45% -
XYZ 5.73 6.54 16.88 -
YUV 59.09 158.98 87.99 -
System Red Green Blue C M Y K H S L
Decimal 3 77 114 0.97 0.32 0 0.55 200 0.95 0.23
Hex 3 4D 72 61 20 0 37 C8 5F 17
Octal 3 115 162 141 40 0 67 310 137 27
Binary 11 1001101 1110010 1100001 100000 0 110111 11001000 1011111 10111

Color Harmonies of #034D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D72

Black with #034D72

Text Example


Text Example

White with #034D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034D72; }

 p { color: rgb(3,77,114); }

 H1.HeaderClassName
 {
   color: #034D72;
 }
 .AnyTagClassName
 {
   color: #034D72;
 }
</style>

background-color css

<style>
 a { background-color: #034D72; }

 a { background-color: rgb(3,77,114); }

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

border-color css

<style>
 span { border-color: #034D72; }

 span { border-color: rgb(3,77,114); }

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