Html Css Color HEX #034998 Cobalt

📋 copy color: '#034998'

red 3 ◦ green 73 ◦ blue 152

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

Shades of Cobalt #034998

Tints of Cobalt #034998

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.02%

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

R = 1.32%
G = 32.02%
B = 66.67%

CMYK

 C value IS 0.98

 M value IS 0.52

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#034998 (or 0x034998) is known color: Cobalt. HEX triplet: 03, 49 and 98. RGB value is (3,73,152). Sum of RGB (Red+Green+Blue) = 3+73+152=228 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.32% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 152 (59.77% from 255 or 66.67% from 228); Max value from RGB is 152 - color contains mainly: blue. Hex color #034998 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034998 is #FCB667. Grayscale: #3C3C3C. Windows color (decimal): -16561768 or 9980163. OLE color: 9980163.

HSL color Cylindrical-coordinate representation of color #034998: hue angle of 211.81º 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 #034998 is Cyan = 0.98, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 3 73 152 -
CMYK 0.98 0.52 0 0.40
HSL 211.81º 0.96% 0.3% -
HSV(B) 211.81º 0.98% 0.6% -
XYZ 8.09 7.05 30.64 -
YUV 61.08 179.31 86.58 -
System Red Green Blue C M Y K H S L
Decimal 3 73 152 0.98 0.52 0 0.40 211.81 0.96 0.3
Hex 3 49 98 62 34 0 28 D4 60 1E
Octal 3 111 230 142 64 0 50 324 140 36
Binary 11 1001001 10011000 1100010 110100 0 101000 11010100 1100000 11110

Color Harmonies of #034998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034998

Black with #034998

Text Example


Text Example

White with #034998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034998; }

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

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

background-color css

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

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

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

border-color css

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

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

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