#35506C

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

Shades of Cello #35506C

Tints of Cello #35506C

Color information

#35506C (or 0x35506C) is unknown color: approx Cello. HEX triplet: 35, 50 and 6C. RGB value is (53,80,108). Sum of RGB (Red+Green+Blue) = 53+80+108=241 (31% of max value = 765). Red value is 53 (21.09% from 255 or 21.99% from 241); Green value is 80 (31.64% from 255 or 33.20% from 241); Blue value is 108 (42.58% from 255 or 44.81% from 241); Max value from RGB is 108 - color contains mainly: blue. Hex color #35506C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #35506C is #CAAF93. Grayscale: #4A4A4A. Windows color (decimal): -13283220 or 7098421. OLE color: 7098421.

HSL color Cylindrical-coordinate representation of color #35506C: hue angle of 210.55º 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 #35506C is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB5380108-
CMYK0.510.2600.58
HSL210.55º34.16%31.57%-
HSV(B)210.55º50.93%42.35%-
XYZ7.047.5815.28-
YUV75.12146.55112.22-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 21.99%
GREEN value IS 80 (31.64% from 255) = 33.20%
BLUE value IS 108 (42.58% from 255) = 44.81%
R=21.99%
G=33.20%
B=44.81%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal53801080.510.2600.58210.5534.1631.57
Hex35506C331A03Ad32220
Octal6512015463320723234240
Binary1101011010000110110011001111010011101011010011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #35506C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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