Html Css Color HEX #034A70 Dark Cerulean

📋 copy color: '#034A70'

red 3 ◦ green 74 ◦ blue 112

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

Shades of Dark Cerulean #034A70

Tints of Dark Cerulean #034A70

RGB

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

 GREEN value IS 74 (29.3% from 255) = 39.15%

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

R = 1.59%
G = 39.15%
B = 59.26%

CMYK

 C value IS 0.97

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#034A70 (or 0x034A70) is known color: Dark Cerulean. HEX triplet: 03, 4A and 70. RGB value is (3,74,112). Sum of RGB (Red+Green+Blue) = 3+74+112=189 (25% of max value = 765). Red value is 3 (1.56% from 255 or 1.59% from 189); Green value is 74 (29.30% from 255 or 39.15% from 189); Blue value is 112 (44.14% from 255 or 59.26% from 189); Max value from RGB is 112 - color contains mainly: blue. Hex color #034A70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034A70 is #FCB58F. Grayscale: #383838. Windows color (decimal): -16561552 or 7358979. OLE color: 7358979.

HSL color Cylindrical-coordinate representation of color #034A70: hue angle of 200.92º 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 #034A70 is Cyan = 0.97, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 3 74 112 -
CMYK 0.97 0.34 0 0.56
HSL 200.92º 0.95% 0.23% -
HSV(B) 200.92º 0.97% 0.44% -
XYZ 5.41 6.09 16.22 -
YUV 57.1 158.98 89.41 -
System Red Green Blue C M Y K H S L
Decimal 3 74 112 0.97 0.34 0 0.56 200.92 0.95 0.23
Hex 3 4A 70 61 22 0 38 C9 5F 17
Octal 3 112 160 141 42 0 70 311 137 27
Binary 11 1001010 1110000 1100001 100010 0 111000 11001001 1011111 10111

Color Harmonies of #034A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A70

Black with #034A70

Text Example


Text Example

White with #034A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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