Html Css Color HEX #034FB2 Cobalt

📋 copy color: '#034FB2'

red 3 ◦ green 79 ◦ blue 178

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

Shades of Cobalt #034FB2

Tints of Cobalt #034FB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 68.46%

R = 1.15%
G = 30.38%
B = 68.46%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#034FB2 (or 0x034FB2) is known color: Cobalt. HEX triplet: 03, 4F and B2. RGB value is (3,79,178). Sum of RGB (Red+Green+Blue) = 3+79+178=260 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 260); Green value is 79 (31.25% from 255 or 30.38% from 260); Blue value is 178 (69.92% from 255 or 68.46% from 260); Max value from RGB is 178 - color contains mainly: blue. Hex color #034FB2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #034FB2 is #FCB04D. Grayscale: #434343. Windows color (decimal): -16560206 or 11685635. OLE color: 11685635.

HSL color Cylindrical-coordinate representation of color #034FB2: hue angle of 213.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034FB2 is Cyan = 0.98, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 3 79 178 -
CMYK 0.98 0.56 0 0.30
HSL 213.94º 0.97% 0.35% -
HSV(B) 213.94º 0.98% 0.7% -
XYZ 10.87 8.83 43.25 -
YUV 67.56 190.32 81.95 -
System Red Green Blue C M Y K H S L
Decimal 3 79 178 0.98 0.56 0 0.30 213.94 0.97 0.35
Hex 3 4F B2 62 38 0 1E D6 61 23
Octal 3 117 262 142 70 0 36 326 141 43
Binary 11 1001111 10110010 1100010 111000 0 11110 11010110 1100001 100011

Color Harmonies of #034FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034FB2

Black with #034FB2

Text Example


Text Example

White with #034FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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