Html Css Color HEX #034271 Dark Cerulean

📋 copy color: '#034271'

red 3 ◦ green 66 ◦ blue 113

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

Shades of Dark Cerulean #034271

Tints of Dark Cerulean #034271

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 62.09%

R = 1.65%
G = 36.26%
B = 62.09%

CMYK

 C value IS 0.97

 M value IS 0.42

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#034271 (or 0x034271) is known color: Dark Cerulean. HEX triplet: 03, 42 and 71. RGB value is (3,66,113). Sum of RGB (Red+Green+Blue) = 3+66+113=182 (24% of max value = 765). Red value is 3 (1.56% from 255 or 1.65% from 182); Green value is 66 (26.17% from 255 or 36.26% from 182); Blue value is 113 (44.53% from 255 or 62.09% from 182); Max value from RGB is 113 - color contains mainly: blue. Hex color #034271 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #034271 is #FCBD8E. Grayscale: #343434. Windows color (decimal): -16563599 or 7422467. OLE color: 7422467.

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

Color convert

RGB 3 66 113 -
CMYK 0.97 0.42 0 0.56
HSL 205.64º 0.95% 0.23% -
HSV(B) 205.64º 0.97% 0.44% -
XYZ 4.97 5.11 16.35 -
YUV 52.52 162.13 92.68 -
System Red Green Blue C M Y K H S L
Decimal 3 66 113 0.97 0.42 0 0.56 205.64 0.95 0.23
Hex 3 42 71 61 2A 0 38 CE 5F 17
Octal 3 102 161 141 52 0 70 316 137 27
Binary 11 1000010 1110001 1100001 101010 0 111000 11001110 1011111 10111

Color Harmonies of #034271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034271

Black with #034271

Text Example


Text Example

White with #034271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034271; }

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

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

background-color css

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

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

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

border-color css

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

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

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