Html Css Color HEX #034D93 Dark Cerulean

📋 copy color: '#034D93'

red 3 ◦ green 77 ◦ blue 147

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

Shades of Dark Cerulean #034D93

Tints of Dark Cerulean #034D93

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.92%

 BLUE value IS 147 (57.81% from 255) = 64.76%

R = 1.32%
G = 33.92%
B = 64.76%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#034D93 (or 0x034D93) is known color: Dark Cerulean. HEX triplet: 03, 4D and 93. RGB value is (3,77,147). Sum of RGB (Red+Green+Blue) = 3+77+147=227 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 147 (57.81% from 255 or 64.76% from 227); Max value from RGB is 147 - color contains mainly: blue. Hex color #034D93 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D93 is #FCB26C. Grayscale: #3E3E3E. Windows color (decimal): -16560749 or 9653507. OLE color: 9653507.

HSL color Cylindrical-coordinate representation of color #034D93: hue angle of 209.17º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034D93 is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 3 77 147 -
CMYK 0.98 0.48 0 0.42
HSL 209.17º 0.96% 0.29% -
HSV(B) 209.17º 0.98% 0.58% -
XYZ 7.96 7.43 28.62 -
YUV 62.85 175.48 85.31 -
System Red Green Blue C M Y K H S L
Decimal 3 77 147 0.98 0.48 0 0.42 209.17 0.96 0.29
Hex 3 4D 93 62 30 0 2A D1 60 1D
Octal 3 115 223 142 60 0 52 321 140 35
Binary 11 1001101 10010011 1100010 110000 0 101010 11010001 1100000 11101

Color Harmonies of #034D93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D93

Black with #034D93

Text Example


Text Example

White with #034D93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,77,147); }

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

background-color css

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

 a { background-color: rgb(3,77,147); }

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

border-color css

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

 span { border-color: rgb(3,77,147); }

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