Html Css Color HEX #035C99 Cobalt

📋 copy color: '#035C99'

red 3 ◦ green 92 ◦ blue 153

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

Shades of Cobalt #035C99

Tints of Cobalt #035C99

RGB

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

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

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

R = 1.21%
G = 37.1%
B = 61.69%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#035C99 (or 0x035C99) is known color: Cobalt. HEX triplet: 03, 5C and 99. RGB value is (3,92,153). Sum of RGB (Red+Green+Blue) = 3+92+153=248 (32% of max value = 765). Red value is 3 (1.56% from 255 or 1.21% from 248); Green value is 92 (36.33% from 255 or 37.10% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #035C99 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035C99 is #FCA366. Grayscale: #484848. Windows color (decimal): -16556903 or 10050563. OLE color: 10050563.

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

Color convert

RGB 3 92 153 -
CMYK 0.98 0.40 0 0.4
HSL 204.4º 0.96% 0.31% -
HSV(B) 204.4º 0.98% 0.6% -
XYZ 9.61 9.97 31.56 -
YUV 72.34 173.51 78.54 -
System Red Green Blue C M Y K H S L
Decimal 3 92 153 0.98 0.40 0 0.4 204.4 0.96 0.31
Hex 3 5C 99 62 28 0 28 CC 60 1F
Octal 3 134 231 142 50 0 50 314 140 37
Binary 11 1011100 10011001 1100010 101000 0 101000 11001100 1100000 11111

Color Harmonies of #035C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035C99

Black with #035C99

Text Example


Text Example

White with #035C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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