#3B5261

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

Shades of Cello #3B5261

Tints of Cello #3B5261

Color information

#3B5261 (or 0x3B5261) is unknown color: approx Cello. HEX triplet: 3B, 52 and 61. RGB value is (59,82,97). Sum of RGB (Red+Green+Blue) = 59+82+97=238 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.79% from 238); Green value is 82 (32.42% from 255 or 34.45% from 238); Blue value is 97 (38.28% from 255 or 40.76% from 238); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B5261 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5261 is #C4AD9E. Grayscale: #4C4C4C. Windows color (decimal): -12889503 or 6378043. OLE color: 6378043.

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

Color convert

RGB598297-
CMYK0.390.1500.62
HSL203.68º24.36%30.59%-
HSV(B)203.68º39.18%38.04%-
XYZ6.987.8312.45-
YUV76.83139.38115.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.79%
GREEN value IS 82 (32.42% from 255) = 34.45%
BLUE value IS 97 (38.28% from 255) = 40.76%
R=24.79%
G=34.45%
B=40.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5982970.390.1500.62203.6824.3630.59
Hex3B526127F03Ecc181f
Octal7312214147170763143037
Binary1110111010010110000110011111110111110110011001100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,82,97); }

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

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

 a { background-color: rgb(59,82,97); }

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

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

 span { border-color: rgb(59,82,97); }

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