Html Css Color HEX #035698 Cobalt

📋 copy color: '#035698'

red 3 ◦ green 86 ◦ blue 152

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

Shades of Cobalt #035698

Tints of Cobalt #035698

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.68%

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

R = 1.24%
G = 35.68%
B = 63.07%

CMYK

 C value IS 0.98

 M value IS 0.43

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#035698 (or 0x035698) is known color: Cobalt. HEX triplet: 03, 56 and 98. RGB value is (3,86,152). Sum of RGB (Red+Green+Blue) = 3+86+152=241 (31% of max value = 765). Red value is 3 (1.56% from 255 or 1.24% from 241); Green value is 86 (33.98% from 255 or 35.68% from 241); Blue value is 152 (59.77% from 255 or 63.07% from 241); Max value from RGB is 152 - color contains mainly: blue. Hex color #035698 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035698 is #FCA967. Grayscale: #444444. Windows color (decimal): -16558440 or 9983491. OLE color: 9983491.

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

Color convert

RGB 3 86 152 -
CMYK 0.98 0.43 0 0.40
HSL 206.58º 0.96% 0.3% -
HSV(B) 206.58º 0.98% 0.6% -
XYZ 9.03 8.94 30.96 -
YUV 68.71 175 81.13 -
System Red Green Blue C M Y K H S L
Decimal 3 86 152 0.98 0.43 0 0.40 206.58 0.96 0.3
Hex 3 56 98 62 2B 0 28 CF 60 1E
Octal 3 126 230 142 53 0 50 317 140 36
Binary 11 1010110 10011000 1100010 101011 0 101000 11001111 1100000 11110

Color Harmonies of #035698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035698

Black with #035698

Text Example


Text Example

White with #035698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035698; }

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

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

background-color css

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

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

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

border-color css

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

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

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