Html Css Color HEX #034C98 Cobalt

📋 copy color: '#034C98'

red 3 ◦ green 76 ◦ blue 152

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

Shades of Cobalt #034C98

Tints of Cobalt #034C98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 65.8%

R = 1.3%
G = 32.9%
B = 65.8%

CMYK

 C value IS 0.98

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#034C98 (or 0x034C98) is known color: Cobalt. HEX triplet: 03, 4C and 98. RGB value is (3,76,152). Sum of RGB (Red+Green+Blue) = 3+76+152=231 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.30% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 152 (59.77% from 255 or 65.80% from 231); Max value from RGB is 152 - color contains mainly: blue. Hex color #034C98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034C98 is #FCB367. Grayscale: #3E3E3E. Windows color (decimal): -16561000 or 9980931. OLE color: 9980931.

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

Color convert

RGB 3 76 152 -
CMYK 0.98 0.50 0 0.40
HSL 210.6º 0.96% 0.3% -
HSV(B) 210.6º 0.98% 0.6% -
XYZ 8.29 7.46 30.71 -
YUV 62.84 178.32 85.32 -
System Red Green Blue C M Y K H S L
Decimal 3 76 152 0.98 0.50 0 0.40 210.6 0.96 0.3
Hex 3 4C 98 62 32 0 28 D3 60 1E
Octal 3 114 230 142 62 0 50 323 140 36
Binary 11 1001100 10011000 1100010 110010 0 101000 11010011 1100000 11110

Color Harmonies of #034C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034C98

Black with #034C98

Text Example


Text Example

White with #034C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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