#3C505B

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

Shades of Cello #3C505B

Tints of Cello #3C505B

Color information

#3C505B (or 0x3C505B) is unknown color: approx Cello. HEX triplet: 3C, 50 and 5B. RGB value is (60,80,91). Sum of RGB (Red+Green+Blue) = 60+80+91=231 (30% of max value = 765). Red value is 60 (23.83% from 255 or 25.97% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 91 (35.94% from 255 or 39.39% from 231); Max value from RGB is 91 - color contains mainly: blue. Hex color #3C505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3C505B is #C3AFA4. Grayscale: #4B4B4B. Windows color (decimal): -12824485 or 5984316. OLE color: 5984316.

HSL color Cylindrical-coordinate representation of color #3C505B: hue angle of 201.29º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3C505B is Cyan = 0.34, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB608091-
CMYK0.340.1200.64
HSL201.29º20.53%29.61%-
HSV(B)201.29º34.07%35.69%-
XYZ6.627.4510.99-
YUV75.27136.87117.11-

RGB Variations

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

RGB

RED value IS 60 (23.83% from 255) = 25.97%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 91 (35.94% from 255) = 39.39%
R=25.97%
G=34.63%
B=39.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6080910.340.1200.64201.2920.5329.61
Hex3C505B22C040c9151e
Octal74120133421401003112536
Binary11110010100001011011100010110001000000110010011010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3C505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3C505B; }

 p { color: rgb(60,80,91); }

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

<style>
 a { background-color: #3C505B; }

 a { background-color: rgb(60,80,91); }

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

<style>
 span { border-color: #3C505B; }

 span { border-color: rgb(60,80,91); }

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