Html Css Color HEX #034270 Dark Cerulean

📋 copy color: '#034270'

red 3 ◦ green 66 ◦ blue 112

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

Shades of Dark Cerulean #034270

Tints of Dark Cerulean #034270

RGB

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

 GREEN value IS 66 (26.17% from 255) = 36.46%

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

R = 1.66%
G = 36.46%
B = 61.88%

CMYK

 C value IS 0.97

 M value IS 0.41

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#034270 (or 0x034270) is known color: Dark Cerulean. HEX triplet: 03, 42 and 70. RGB value is (3,66,112). Sum of RGB (Red+Green+Blue) = 3+66+112=181 (23% of max value = 765). Red value is 3 (1.56% from 255 or 1.66% from 181); Green value is 66 (26.17% from 255 or 36.46% from 181); Blue value is 112 (44.14% from 255 or 61.88% from 181); Max value from RGB is 112 - color contains mainly: blue. Hex color #034270 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034270 is #FCBD8F. Grayscale: #343434. Windows color (decimal): -16563600 or 7356931. OLE color: 7356931.

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

Color convert

RGB 3 66 112 -
CMYK 0.97 0.41 0 0.56
HSL 205.32º 0.95% 0.23% -
HSV(B) 205.32º 0.97% 0.44% -
XYZ 4.91 5.09 16.05 -
YUV 52.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 3 66 112 0.97 0.41 0 0.56 205.32 0.95 0.23
Hex 3 42 70 61 29 0 38 CD 5F 17
Octal 3 102 160 141 51 0 70 315 137 27
Binary 11 1000010 1110000 1100001 101001 0 111000 11001101 1011111 10111

Color Harmonies of #034270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034270

Black with #034270

Text Example


Text Example

White with #034270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034270; }

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

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

background-color css

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

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

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

border-color css

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

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

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