Html Css Color HEX #034698 Cobalt

📋 copy color: '#034698'

red 3 ◦ green 70 ◦ blue 152

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

Shades of Cobalt #034698

Tints of Cobalt #034698

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.11%

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

R = 1.33%
G = 31.11%
B = 67.56%

CMYK

 C value IS 0.98

 M value IS 0.54

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#034698 (or 0x034698) is known color: Cobalt. HEX triplet: 03, 46 and 98. RGB value is (3,70,152). Sum of RGB (Red+Green+Blue) = 3+70+152=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 152 (59.77% from 255 or 67.56% from 225); Max value from RGB is 152 - color contains mainly: blue. Hex color #034698 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034698 is #FCB967. Grayscale: #3A3A3A. Windows color (decimal): -16562536 or 9979395. OLE color: 9979395.

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

Color convert

RGB 3 70 152 -
CMYK 0.98 0.54 0 0.40
HSL 213.02º 0.96% 0.3% -
HSV(B) 213.02º 0.98% 0.6% -
XYZ 7.9 6.67 30.58 -
YUV 59.32 180.3 87.83 -
System Red Green Blue C M Y K H S L
Decimal 3 70 152 0.98 0.54 0 0.40 213.02 0.96 0.3
Hex 3 46 98 62 36 0 28 D5 60 1E
Octal 3 106 230 142 66 0 50 325 140 36
Binary 11 1000110 10011000 1100010 110110 0 101000 11010101 1100000 11110

Color Harmonies of #034698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034698

Black with #034698

Text Example


Text Example

White with #034698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034698; }

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

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

background-color css

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

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

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

border-color css

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

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

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