Html Css Color HEX #034D80 Dark Cerulean

📋 copy color: '#034D80'

red 3 ◦ green 77 ◦ blue 128

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

Shades of Dark Cerulean #034D80

Tints of Dark Cerulean #034D80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 61.54%

R = 1.44%
G = 37.02%
B = 61.54%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#034D80 (or 0x034D80) is known color: Dark Cerulean. HEX triplet: 03, 4D and 80. RGB value is (3,77,128). Sum of RGB (Red+Green+Blue) = 3+77+128=208 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.44% from 208); Green value is 77 (30.47% from 255 or 37.02% from 208); Blue value is 128 (50.39% from 255 or 61.54% from 208); Max value from RGB is 128 - color contains mainly: blue. Hex color #034D80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034D80 is #FCB27F. Grayscale: #3C3C3C. Windows color (decimal): -16560768 or 8408323. OLE color: 8408323.

HSL color Cylindrical-coordinate representation of color #034D80: hue angle of 204.48º degrees, saturation: 0.95, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034D80 is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 77 128 -
CMYK 0.98 0.40 0 0.50
HSL 204.48º 0.95% 0.26% -
HSV(B) 204.48º 0.98% 0.5% -
XYZ 6.59 6.89 21.4 -
YUV 60.69 165.98 86.85 -
System Red Green Blue C M Y K H S L
Decimal 3 77 128 0.98 0.40 0 0.50 204.48 0.95 0.26
Hex 3 4D 80 62 28 0 32 CC 5F 1A
Octal 3 115 200 142 50 0 62 314 137 32
Binary 11 1001101 10000000 1100010 101000 0 110010 11001100 1011111 11010

Color Harmonies of #034D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034D80

Black with #034D80

Text Example


Text Example

White with #034D80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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