Html Css Color HEX #035C98 Cobalt

📋 copy color: '#035C98'

red 3 ◦ green 92 ◦ blue 152

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

Shades of Cobalt #035C98

Tints of Cobalt #035C98

RGB

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

 GREEN value IS 92 (36.33% from 255) = 37.25%

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

R = 1.21%
G = 37.25%
B = 61.54%

CMYK

 C value IS 0.98

 M value IS 0.39

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#035C98 (or 0x035C98) is known color: Cobalt. HEX triplet: 03, 5C and 98. RGB value is (3,92,152). Sum of RGB (Red+Green+Blue) = 3+92+152=247 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 247); Green value is 92 (36.33% from 255 or 37.25% from 247); Blue value is 152 (59.77% from 255 or 61.54% from 247); Max value from RGB is 152 - color contains mainly: blue. Hex color #035C98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035C98 is #FCA367. Grayscale: #474747. Windows color (decimal): -16556904 or 9985027. OLE color: 9985027.

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

Color convert

RGB 3 92 152 -
CMYK 0.98 0.39 0 0.40
HSL 204.16º 0.96% 0.3% -
HSV(B) 204.16º 0.98% 0.6% -
XYZ 9.53 9.94 31.12 -
YUV 72.23 173.01 78.62 -
System Red Green Blue C M Y K H S L
Decimal 3 92 152 0.98 0.39 0 0.40 204.16 0.96 0.3
Hex 3 5C 98 62 27 0 28 CC 60 1E
Octal 3 134 230 142 47 0 50 314 140 36
Binary 11 1011100 10011000 1100010 100111 0 101000 11001100 1100000 11110

Color Harmonies of #035C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035C98

Black with #035C98

Text Example


Text Example

White with #035C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #035C98; }

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

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

background-color css

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

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

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

border-color css

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

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

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