Html Css Color HEX #034C99 Cobalt

📋 copy color: '#034C99'

red 3 ◦ green 76 ◦ blue 153

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

Shades of Cobalt #034C99

Tints of Cobalt #034C99

RGB

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

 GREEN value IS 76 (30.08% from 255) = 32.76%

 BLUE value IS 153 (60.16% from 255) = 65.95%

R = 1.29%
G = 32.76%
B = 65.95%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#034C99 (or 0x034C99) is known color: Cobalt. HEX triplet: 03, 4C and 99. RGB value is (3,76,153). Sum of RGB (Red+Green+Blue) = 3+76+153=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 153 (60.16% from 255 or 65.95% from 232); Max value from RGB is 153 - color contains mainly: blue. Hex color #034C99 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C99 is #FCB366. Grayscale: #3E3E3E. Windows color (decimal): -16560999 or 10046467. OLE color: 10046467.

HSL color Cylindrical-coordinate representation of color #034C99: hue angle of 210.8º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #034C99 is Cyan = 0.98, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 3 76 153 -
CMYK 0.98 0.50 0 0.4
HSL 210.8º 0.96% 0.31% -
HSV(B) 210.8º 0.98% 0.6% -
XYZ 8.37 7.49 31.14 -
YUV 62.95 178.82 85.24 -
System Red Green Blue C M Y K H S L
Decimal 3 76 153 0.98 0.50 0 0.4 210.8 0.96 0.31
Hex 3 4C 99 62 32 0 28 D3 60 1F
Octal 3 114 231 142 62 0 50 323 140 37
Binary 11 1001100 10011001 1100010 110010 0 101000 11010011 1100000 11111

Color Harmonies of #034C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C99

Black with #034C99

Text Example


Text Example

White with #034C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,76,153); }

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

background-color css

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

 a { background-color: rgb(3,76,153); }

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

border-color css

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

 span { border-color: rgb(3,76,153); }

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