#3B5160

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

Shades of Cello #3B5160

Tints of Cello #3B5160

Color information

#3B5160 (or 0x3B5160) is unknown color: approx Cello. HEX triplet: 3B, 51 and 60. RGB value is (59,81,96). Sum of RGB (Red+Green+Blue) = 59+81+96=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 81 (32.03% from 255 or 34.32% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #3B5160 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5160 is #C4AE9F. Grayscale: #4C4C4C. Windows color (decimal): -12889760 or 6312251. OLE color: 6312251.

HSL color Cylindrical-coordinate representation of color #3B5160: hue angle of 204.32º degrees, saturation: 0.24, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3B5160 is Cyan = 0.39, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB598196-
CMYK0.390.1600.62
HSL204.32º23.87%30.39%-
HSV(B)204.32º38.54%37.65%-
XYZ6.867.6612.18-
YUV76.13139.21115.78-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 81 (32.03% from 255) = 34.32%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=25%
G=34.32%
B=40.68%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5981960.390.1600.62204.3223.8730.39
Hex3B5160271003Ecc181e
Octal7312114047200763143036
Binary11101110100011100000100111100000111110110011001100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,81,96); }

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

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

 a { background-color: rgb(59,81,96); }

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

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

 span { border-color: rgb(59,81,96); }

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