Html Css Color HEX #034EBC Cobalt

📋 copy color: '#034EBC'

red 3 ◦ green 78 ◦ blue 188

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

Shades of Cobalt #034EBC

Tints of Cobalt #034EBC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 29%

 BLUE value IS 188 (73.83% from 255) = 69.89%

R = 1.12%
G = 29%
B = 69.89%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#034EBC (or 0x034EBC) is known color: Cobalt. HEX triplet: 03, 4E and BC. RGB value is (3,78,188). Sum of RGB (Red+Green+Blue) = 3+78+188=269 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 269); Green value is 78 (30.86% from 255 or 29.00% from 269); Blue value is 188 (73.83% from 255 or 69.89% from 269); Max value from RGB is 188 - color contains mainly: blue. Hex color #034EBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #034EBC is #FCB143. Grayscale: #434343. Windows color (decimal): -16560452 or 12340739. OLE color: 12340739.

HSL color Cylindrical-coordinate representation of color #034EBC: hue angle of 215.68º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034EBC is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 3 78 188 -
CMYK 0.98 0.59 0 0.26
HSL 215.68º 0.97% 0.37% -
HSV(B) 215.68º 0.98% 0.74% -
XYZ 11.84 9.1 48.71 -
YUV 68.12 195.65 81.56 -
System Red Green Blue C M Y K H S L
Decimal 3 78 188 0.98 0.59 0 0.26 215.68 0.97 0.37
Hex 3 4E BC 62 3B 0 1A D8 61 25
Octal 3 116 274 142 73 0 32 330 141 45
Binary 11 1001110 10111100 1100010 111011 0 11010 11011000 1100001 100101

Color Harmonies of #034EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034EBC

Black with #034EBC

Text Example


Text Example

White with #034EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,78,188); }

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

background-color css

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

 a { background-color: rgb(3,78,188); }

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

border-color css

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

 span { border-color: rgb(3,78,188); }

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