Html Css Color HEX #034370 Dark Cerulean

📋 copy color: '#034370'

red 3 ◦ green 67 ◦ blue 112

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

Shades of Dark Cerulean #034370

Tints of Dark Cerulean #034370

RGB

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

 GREEN value IS 67 (26.56% from 255) = 36.81%

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

R = 1.65%
G = 36.81%
B = 61.54%

CMYK

 C value IS 0.97

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#034370 (or 0x034370) is known color: Dark Cerulean. HEX triplet: 03, 43 and 70. RGB value is (3,67,112). Sum of RGB (Red+Green+Blue) = 3+67+112=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 67 (26.56% from 255 or 36.81% from 182); Blue value is 112 (44.14% from 255 or 61.54% from 182); Max value from RGB is 112 - color contains mainly: blue. Hex color #034370 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034370 is #FCBC8F. Grayscale: #343434. Windows color (decimal): -16563344 or 7357187. OLE color: 7357187.

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

Color convert

RGB 3 67 112 -
CMYK 0.97 0.40 0 0.56
HSL 204.77º 0.95% 0.23% -
HSV(B) 204.77º 0.97% 0.44% -
XYZ 4.97 5.2 16.07 -
YUV 52.99 161.3 92.34 -
System Red Green Blue C M Y K H S L
Decimal 3 67 112 0.97 0.40 0 0.56 204.77 0.95 0.23
Hex 3 43 70 61 28 0 38 CD 5F 17
Octal 3 103 160 141 50 0 70 315 137 27
Binary 11 1000011 1110000 1100001 101000 0 111000 11001101 1011111 10111

Color Harmonies of #034370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034370

Black with #034370

Text Example


Text Example

White with #034370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034370; }

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

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

background-color css

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

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

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

border-color css

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

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

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