Html Css Color HEX #034D84 Dark Cerulean

📋 copy color: '#034D84'

red 3 ◦ green 77 ◦ blue 132

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

Shades of Dark Cerulean #034D84

Tints of Dark Cerulean #034D84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 62.26%

R = 1.42%
G = 36.32%
B = 62.26%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#034D84 (or 0x034D84) is known color: Dark Cerulean. HEX triplet: 03, 4D and 84. RGB value is (3,77,132). Sum of RGB (Red+Green+Blue) = 3+77+132=212 (28% of max value = 765). Red value is 3 (1.56% from 255 or 1.42% from 212); Green value is 77 (30.47% from 255 or 36.32% from 212); Blue value is 132 (51.95% from 255 or 62.26% from 212); Max value from RGB is 132 - color contains mainly: blue. Hex color #034D84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D84 is #FCB27B. Grayscale: #3C3C3C. Windows color (decimal): -16560764 or 8670467. OLE color: 8670467.

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

Color convert

RGB 3 77 132 -
CMYK 0.98 0.42 0 0.48
HSL 205.58º 0.96% 0.26% -
HSV(B) 205.58º 0.98% 0.52% -
XYZ 6.86 6.99 22.82 -
YUV 61.14 167.98 86.53 -
System Red Green Blue C M Y K H S L
Decimal 3 77 132 0.98 0.42 0 0.48 205.58 0.96 0.26
Hex 3 4D 84 62 2A 0 30 CE 60 1A
Octal 3 115 204 142 52 0 60 316 140 32
Binary 11 1001101 10000100 1100010 101010 0 110000 11001110 1100000 11010

Color Harmonies of #034D84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D84

Black with #034D84

Text Example


Text Example

White with #034D84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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