Html Css Color HEX #034AB7 Cobalt

📋 copy color: '#034AB7'

red 3 ◦ green 74 ◦ blue 183

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

Shades of Cobalt #034AB7

Tints of Cobalt #034AB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 70.38%

R = 1.15%
G = 28.46%
B = 70.38%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#034AB7 (or 0x034AB7) is known color: Cobalt. HEX triplet: 03, 4A and B7. RGB value is (3,74,183). Sum of RGB (Red+Green+Blue) = 3+74+183=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 74 (29.30% from 255 or 28.46% from 260); Blue value is 183 (71.88% from 255 or 70.38% from 260); Max value from RGB is 183 - color contains mainly: blue. Hex color #034AB7 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #034AB7 is #FCB548. Grayscale: #404040. Windows color (decimal): -16561481 or 12012035. OLE color: 12012035.

HSL color Cylindrical-coordinate representation of color #034AB7: hue angle of 216.33º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034AB7 is Cyan = 0.98, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 3 74 183 -
CMYK 0.98 0.60 0 0.28
HSL 216.33º 0.97% 0.36% -
HSV(B) 216.33º 0.98% 0.72% -
XYZ 11.03 8.34 45.83 -
YUV 65.2 194.48 83.64 -
System Red Green Blue C M Y K H S L
Decimal 3 74 183 0.98 0.60 0 0.28 216.33 0.97 0.36
Hex 3 4A B7 62 3C 0 1C D8 61 24
Octal 3 112 267 142 74 0 34 330 141 44
Binary 11 1001010 10110111 1100010 111100 0 11100 11011000 1100001 100100

Color Harmonies of #034AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034AB7

Black with #034AB7

Text Example


Text Example

White with #034AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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