#35536C

Color #35536C Cello (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cello #35536C

Tints of Cello #35536C

Color information

#35536C (or 0x35536C) is unknown color: approx Cello. HEX triplet: 35, 53 and 6C. RGB value is (53,83,108). Sum of RGB (Red+Green+Blue) = 53+83+108=244 (32% of max value = 765). Red value is 53 (21.09% from 255 or 21.72% from 244); Green value is 83 (32.81% from 255 or 34.02% from 244); Blue value is 108 (42.58% from 255 or 44.26% from 244); Max value from RGB is 108 - color contains mainly: blue. Hex color #35536C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35536C is #CAAC93. Grayscale: #4C4C4C. Windows color (decimal): -13282452 or 7099189. OLE color: 7099189.

HSL color Cylindrical-coordinate representation of color #35536C: hue angle of 207.27º degrees, saturation: 0.34, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #35536C is Cyan = 0.51, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5383108-
CMYK0.510.2300.58
HSL207.27º34.16%31.57%-
HSV(B)207.27º50.93%42.35%-
XYZ7.278.0315.35-
YUV76.88145.56110.97-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.72%
GREEN value IS 83 (32.81% from 255) = 34.02%
BLUE value IS 108 (42.58% from 255) = 44.26%
R=21.72%
G=34.02%
B=44.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53831080.510.2300.58207.2734.1631.57
Hex35536C331703Acf2220
Octal6512315463270723174240
Binary1101011010011110110011001110111011101011001111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35536C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #35536C; }

 p { color: rgb(53,83,108); }

 H1.HeaderClassName
 {
   color: #35536C;
 }
 .AnyTagClassName
 {
   color: #35536C;
 }
</style>
background-color css

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

 a { background-color: rgb(53,83,108); }

 div.DivClassName
 {
   background-color: #35536C;
 }
 .BgClassName
 {
   background-color: #35536C;
 }
</style>
border-color css

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

 span { border-color: rgb(53,83,108); }

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