Html Css Color HEX #034599 Cobalt

📋 copy color: '#034599'

red 3 ◦ green 69 ◦ blue 153

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

Shades of Cobalt #034599

Tints of Cobalt #034599

RGB

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

 GREEN value IS 69 (27.34% from 255) = 30.67%

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

R = 1.33%
G = 30.67%
B = 68%

CMYK

 C value IS 0.98

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#034599 (or 0x034599) is known color: Cobalt. HEX triplet: 03, 45 and 99. RGB value is (3,69,153). Sum of RGB (Red+Green+Blue) = 3+69+153=225 (29% of max value = 765). Red value is 3 (1.56% from 255 or 1.33% from 225); Green value is 69 (27.34% from 255 or 30.67% from 225); Blue value is 153 (60.16% from 255 or 68% from 225); Max value from RGB is 153 - color contains mainly: blue. Hex color #034599 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #034599 is #FCBA66. Grayscale: #3A3A3A. Windows color (decimal): -16562791 or 10044675. OLE color: 10044675.

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

Color convert

RGB 3 69 153 -
CMYK 0.98 0.55 0 0.4
HSL 213.6º 0.96% 0.31% -
HSV(B) 213.6º 0.98% 0.6% -
XYZ 7.92 6.58 30.99 -
YUV 58.84 181.13 88.17 -
System Red Green Blue C M Y K H S L
Decimal 3 69 153 0.98 0.55 0 0.4 213.6 0.96 0.31
Hex 3 45 99 62 37 0 28 D6 60 1F
Octal 3 105 231 142 67 0 50 326 140 37
Binary 11 1000101 10011001 1100010 110111 0 101000 11010110 1100000 11111

Color Harmonies of #034599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #034599

Black with #034599

Text Example


Text Example

White with #034599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #034599; }

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

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

background-color css

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

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

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

border-color css

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

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

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