Html Css Color HEX #034DB9 Cobalt

📋 copy color: '#034DB9'

red 3 ◦ green 77 ◦ blue 185

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

Shades of Cobalt #034DB9

Tints of Cobalt #034DB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 69.81%

R = 1.13%
G = 29.06%
B = 69.81%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#034DB9 (or 0x034DB9) is known color: Cobalt. HEX triplet: 03, 4D and B9. RGB value is (3,77,185). Sum of RGB (Red+Green+Blue) = 3+77+185=265 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 265); Green value is 77 (30.47% from 255 or 29.06% from 265); Blue value is 185 (72.66% from 255 or 69.81% from 265); Max value from RGB is 185 - color contains mainly: blue. Hex color #034DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034DB9 is #FCB246. Grayscale: #424242. Windows color (decimal): -16560711 or 12143875. OLE color: 12143875.

HSL color Cylindrical-coordinate representation of color #034DB9: hue angle of 215.6º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034DB9 is Cyan = 0.98, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 3 77 185 -
CMYK 0.98 0.58 0 0.27
HSL 215.6º 0.97% 0.37% -
HSV(B) 215.6º 0.98% 0.73% -
XYZ 11.45 8.83 47 -
YUV 67.19 194.48 82.22 -
System Red Green Blue C M Y K H S L
Decimal 3 77 185 0.98 0.58 0 0.27 215.6 0.97 0.37
Hex 3 4D B9 62 3A 0 1B D8 61 25
Octal 3 115 271 142 72 0 33 330 141 45
Binary 11 1001101 10111001 1100010 111010 0 11011 11011000 1100001 100101

Color Harmonies of #034DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034DB9

Black with #034DB9

Text Example


Text Example

White with #034DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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