Html Css Color HEX #035C9C Cobalt

📋 copy color: '#035C9C'

red 3 ◦ green 92 ◦ blue 156

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

Shades of Cobalt #035C9C

Tints of Cobalt #035C9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 62.15%

R = 1.2%
G = 36.65%
B = 62.15%

CMYK

 C value IS 0.98

 M value IS 0.41

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#035C9C (or 0x035C9C) is known color: Cobalt. HEX triplet: 03, 5C and 9C. RGB value is (3,92,156). Sum of RGB (Red+Green+Blue) = 3+92+156=251 (33% of max value = 765). Red value is 3 (1.56% from 255 or 1.20% from 251); Green value is 92 (36.33% from 255 or 36.65% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #035C9C is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #035C9C is #FCA363. Grayscale: #484848. Windows color (decimal): -16556900 or 10247171. OLE color: 10247171.

HSL color Cylindrical-coordinate representation of color #035C9C: hue angle of 205.1º degrees, saturation: 0.96, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #035C9C is Cyan = 0.98, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 3 92 156 -
CMYK 0.98 0.41 0 0.39
HSL 205.1º 0.96% 0.31% -
HSV(B) 205.1º 0.98% 0.61% -
XYZ 9.87 10.07 32.88 -
YUV 72.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 3 92 156 0.98 0.41 0 0.39 205.1 0.96 0.31
Hex 3 5C 9C 62 29 0 27 CD 60 1F
Octal 3 134 234 142 51 0 47 315 140 37
Binary 11 1011100 10011100 1100010 101001 0 100111 11001101 1100000 11111

Color Harmonies of #035C9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #035C9C

Black with #035C9C

Text Example


Text Example

White with #035C9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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