Html Css Color HEX #034FBA Cobalt

📋 copy color: '#034FBA'

red 3 ◦ green 79 ◦ blue 186

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

Shades of Cobalt #034FBA

Tints of Cobalt #034FBA

RGB

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

 GREEN value IS 79 (31.25% from 255) = 29.48%

 BLUE value IS 186 (73.05% from 255) = 69.4%

R = 1.12%
G = 29.48%
B = 69.4%

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

#034FBA (or 0x034FBA) is known color: Cobalt. HEX triplet: 03, 4F and BA. RGB value is (3,79,186). Sum of RGB (Red+Green+Blue) = 3+79+186=268 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 268); Green value is 79 (31.25% from 255 or 29.48% from 268); Blue value is 186 (73.05% from 255 or 69.40% from 268); Max value from RGB is 186 - color contains mainly: blue. Hex color #034FBA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034FBA is #FCB045. Grayscale: #434343. Windows color (decimal): -16560198 or 12209923. OLE color: 12209923.

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

Color convert

RGB 3 79 186 -
CMYK 0.98 0.58 0 0.27
HSL 215.08º 0.97% 0.37% -
HSV(B) 215.08º 0.98% 0.73% -
XYZ 11.7 9.16 47.61 -
YUV 68.47 194.32 81.3 -
System Red Green Blue C M Y K H S L
Decimal 3 79 186 0.98 0.58 0 0.27 215.08 0.97 0.37
Hex 3 4F BA 62 3A 0 1B D7 61 25
Octal 3 117 272 142 72 0 33 327 141 45
Binary 11 1001111 10111010 1100010 111010 0 11011 11010111 1100001 100101

Color Harmonies of #034FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FBA

Black with #034FBA

Text Example


Text Example

White with #034FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,79,186); }

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

background-color css

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

 a { background-color: rgb(3,79,186); }

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

border-color css

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

 span { border-color: rgb(3,79,186); }

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