Html Css Color HEX #034770 Dark Cerulean

📋 copy color: '#034770'

red 3 ◦ green 71 ◦ blue 112

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

Shades of Dark Cerulean #034770

Tints of Dark Cerulean #034770

RGB

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

 GREEN value IS 71 (28.13% from 255) = 38.17%

 BLUE value IS 112 (44.14% from 255) = 60.22%

R = 1.61%
G = 38.17%
B = 60.22%

CMYK

 C value IS 0.97

 M value IS 0.37

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#034770 (or 0x034770) is known color: Dark Cerulean. HEX triplet: 03, 47 and 70. RGB value is (3,71,112). Sum of RGB (Red+Green+Blue) = 3+71+112=186 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.61% from 186); Green value is 71 (28.12% from 255 or 38.17% from 186); Blue value is 112 (44.14% from 255 or 60.22% from 186); Max value from RGB is 112 - color contains mainly: blue. Hex color #034770 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034770 is #FCB88F. Grayscale: #373737. Windows color (decimal): -16562320 or 7358211. OLE color: 7358211.

HSL color Cylindrical-coordinate representation of color #034770: hue angle of 202.57º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #034770 is Cyan = 0.97, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 71 112 -
CMYK 0.97 0.37 0 0.56
HSL 202.57º 0.95% 0.23% -
HSV(B) 202.57º 0.97% 0.44% -
XYZ 5.22 5.7 16.15 -
YUV 55.34 159.97 90.67 -
System Red Green Blue C M Y K H S L
Decimal 3 71 112 0.97 0.37 0 0.56 202.57 0.95 0.23
Hex 3 47 70 61 25 0 38 CB 5F 17
Octal 3 107 160 141 45 0 70 313 137 27
Binary 11 1000111 1110000 1100001 100101 0 111000 11001011 1011111 10111

Color Harmonies of #034770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034770

Black with #034770

Text Example


Text Example

White with #034770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034770; }

 p { color: rgb(3,71,112); }

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

background-color css

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

 a { background-color: rgb(3,71,112); }

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

border-color css

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

 span { border-color: rgb(3,71,112); }

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