Html Css Color HEX #034AB9 Cobalt

📋 copy color: '#034AB9'

red 3 ◦ green 74 ◦ blue 185

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

Shades of Cobalt #034AB9

Tints of Cobalt #034AB9

RGB

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

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

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

R = 1.15%
G = 28.24%
B = 70.61%

CMYK

 C value IS 0.98

 M value IS 0.6

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#034AB9 (or 0x034AB9) is known color: Cobalt. HEX triplet: 03, 4A and B9. RGB value is (3,74,185). Sum of RGB (Red+Green+Blue) = 3+74+185=262 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 262); Green value is 74 (29.30% from 255 or 28.24% from 262); Blue value is 185 (72.66% from 255 or 70.61% from 262); Max value from RGB is 185 - color contains mainly: blue. Hex color #034AB9 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034AB9 is #FCB546. Grayscale: #404040. Windows color (decimal): -16561479 or 12143107. OLE color: 12143107.

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

Color convert

RGB 3 74 185 -
CMYK 0.98 0.6 0 0.27
HSL 216.59º 0.97% 0.37% -
HSV(B) 216.59º 0.98% 0.73% -
XYZ 11.24 8.42 46.93 -
YUV 65.43 195.48 83.47 -
System Red Green Blue C M Y K H S L
Decimal 3 74 185 0.98 0.6 0 0.27 216.59 0.97 0.37
Hex 3 4A B9 62 3C 0 1B D9 61 25
Octal 3 112 271 142 74 0 33 331 141 45
Binary 11 1001010 10111001 1100010 111100 0 11011 11011001 1100001 100101

Color Harmonies of #034AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AB9

Black with #034AB9

Text Example


Text Example

White with #034AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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