Html Css Color HEX #034A80 Dark Cerulean

📋 copy color: '#034A80'

red 3 ◦ green 74 ◦ blue 128

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

Shades of Dark Cerulean #034A80

Tints of Dark Cerulean #034A80

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.1%

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

R = 1.46%
G = 36.1%
B = 62.44%

CMYK

 C value IS 0.98

 M value IS 0.42

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#034A80 (or 0x034A80) is known color: Dark Cerulean. HEX triplet: 03, 4A and 80. RGB value is (3,74,128). Sum of RGB (Red+Green+Blue) = 3+74+128=205 (27% of max value = 765). Red value is 3 (1.56% from 255 or 1.46% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 128 (50.39% from 255 or 62.44% from 205); Max value from RGB is 128 - color contains mainly: blue. Hex color #034A80 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034A80 is #FCB57F. Grayscale: #3A3A3A. Windows color (decimal): -16561536 or 8407555. OLE color: 8407555.

HSL color Cylindrical-coordinate representation of color #034A80: hue angle of 205.92º 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 #034A80 is Cyan = 0.98, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 3 74 128 -
CMYK 0.98 0.42 0 0.50
HSL 205.92º 0.95% 0.26% -
HSV(B) 205.92º 0.98% 0.5% -
XYZ 6.38 6.48 21.34 -
YUV 58.93 166.98 88.11 -
System Red Green Blue C M Y K H S L
Decimal 3 74 128 0.98 0.42 0 0.50 205.92 0.95 0.26
Hex 3 4A 80 62 2A 0 32 CE 5F 1A
Octal 3 112 200 142 52 0 62 316 137 32
Binary 11 1001010 10000000 1100010 101010 0 110010 11001110 1011111 11010

Color Harmonies of #034A80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034A80

Black with #034A80

Text Example


Text Example

White with #034A80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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