Html Css Color HEX #034BA4 Cobalt

📋 copy color: '#034BA4'

red 3 ◦ green 75 ◦ blue 164

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

Shades of Cobalt #034BA4

Tints of Cobalt #034BA4

RGB

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

 GREEN value IS 75 (29.69% from 255) = 30.99%

 BLUE value IS 164 (64.45% from 255) = 67.77%

R = 1.24%
G = 30.99%
B = 67.77%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#034BA4 (or 0x034BA4) is known color: Cobalt. HEX triplet: 03, 4B and A4. RGB value is (3,75,164). Sum of RGB (Red+Green+Blue) = 3+75+164=242 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 242); Green value is 75 (29.69% from 255 or 30.99% from 242); Blue value is 164 (64.45% from 255 or 67.77% from 242); Max value from RGB is 164 - color contains mainly: blue. Hex color #034BA4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034BA4 is #FCB45B. Grayscale: #3F3F3F. Windows color (decimal): -16561244 or 10767107. OLE color: 10767107.

HSL color Cylindrical-coordinate representation of color #034BA4: hue angle of 213.17º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034BA4 is Cyan = 0.98, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 3 75 164 -
CMYK 0.98 0.54 0 0.36
HSL 213.17º 0.96% 0.33% -
HSV(B) 213.17º 0.98% 0.64% -
XYZ 9.25 7.73 36.13 -
YUV 63.62 184.65 84.76 -
System Red Green Blue C M Y K H S L
Decimal 3 75 164 0.98 0.54 0 0.36 213.17 0.96 0.33
Hex 3 4B A4 62 36 0 24 D5 60 21
Octal 3 113 244 142 66 0 44 325 140 41
Binary 11 1001011 10100100 1100010 110110 0 100100 11010101 1100000 100001

Color Harmonies of #034BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034BA4

Black with #034BA4

Text Example


Text Example

White with #034BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,75,164); }

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

background-color css

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

 a { background-color: rgb(3,75,164); }

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

border-color css

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

 span { border-color: rgb(3,75,164); }

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