Html Css Color HEX #035598 Cobalt

📋 copy color: '#035598'

red 3 ◦ green 85 ◦ blue 152

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

Shades of Cobalt #035598

Tints of Cobalt #035598

RGB

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

 GREEN value IS 85 (33.59% from 255) = 35.42%

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

R = 1.25%
G = 35.42%
B = 63.33%

CMYK

 C value IS 0.98

 M value IS 0.44

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#035598 (or 0x035598) is known color: Cobalt. HEX triplet: 03, 55 and 98. RGB value is (3,85,152). Sum of RGB (Red+Green+Blue) = 3+85+152=240 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.25% from 240); Green value is 85 (33.59% from 255 or 35.42% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #035598 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035598 is #FCAA67. Grayscale: #434343. Windows color (decimal): -16558696 or 9983235. OLE color: 9983235.

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

Color convert

RGB 3 85 152 -
CMYK 0.98 0.44 0 0.40
HSL 206.98º 0.96% 0.3% -
HSV(B) 206.98º 0.98% 0.6% -
XYZ 8.95 8.78 30.93 -
YUV 68.12 175.33 81.55 -
System Red Green Blue C M Y K H S L
Decimal 3 85 152 0.98 0.44 0 0.40 206.98 0.96 0.3
Hex 3 55 98 62 2C 0 28 CF 60 1E
Octal 3 125 230 142 54 0 50 317 140 36
Binary 11 1010101 10011000 1100010 101100 0 101000 11001111 1100000 11110

Color Harmonies of #035598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035598

Black with #035598

Text Example


Text Example

White with #035598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035598; }

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

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

background-color css

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

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

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

border-color css

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

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

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