Html Css Color HEX #034591 Dark Cerulean

📋 copy color: '#034591'

red 3 ◦ green 69 ◦ blue 145

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

Shades of Dark Cerulean #034591

Tints of Dark Cerulean #034591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.8%

 BLUE value IS 145 (57.03% from 255) = 66.82%

R = 1.38%
G = 31.8%
B = 66.82%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#034591 (or 0x034591) is known color: Dark Cerulean. HEX triplet: 03, 45 and 91. RGB value is (3,69,145). Sum of RGB (Red+Green+Blue) = 3+69+145=217 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.38% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 145 (57.03% from 255 or 66.82% from 217); Max value from RGB is 145 - color contains mainly: blue. Hex color #034591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034591 is #FCBA6E. Grayscale: #393939. Windows color (decimal): -16562799 or 9520387. OLE color: 9520387.

HSL color Cylindrical-coordinate representation of color #034591: hue angle of 212.11º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034591 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 3 69 145 -
CMYK 0.98 0.52 0 0.43
HSL 212.11º 0.96% 0.29% -
HSV(B) 212.11º 0.98% 0.57% -
XYZ 7.28 6.32 27.62 -
YUV 57.93 177.13 88.82 -
System Red Green Blue C M Y K H S L
Decimal 3 69 145 0.98 0.52 0 0.43 212.11 0.96 0.29
Hex 3 45 91 62 34 0 2B D4 60 1D
Octal 3 105 221 142 64 0 53 324 140 35
Binary 11 1000101 10010001 1100010 110100 0 101011 11010100 1100000 11101

Color Harmonies of #034591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034591

Black with #034591

Text Example


Text Example

White with #034591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034591; }

 p { color: rgb(3,69,145); }

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

background-color css

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

 a { background-color: rgb(3,69,145); }

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

border-color css

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

 span { border-color: rgb(3,69,145); }

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