#3B505E

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

Shades of Cello #3B505E

Tints of Cello #3B505E

Color information

#3B505E (or 0x3B505E) is unknown color: approx Cello. HEX triplet: 3B, 50 and 5E. RGB value is (59,80,94). Sum of RGB (Red+Green+Blue) = 59+80+94=233 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.32% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 94 (37.11% from 255 or 40.34% from 233); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B505E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B505E is #C4AFA1. Grayscale: #4B4B4B. Windows color (decimal): -12890018 or 6180923. OLE color: 6180923.

HSL color Cylindrical-coordinate representation of color #3B505E: hue angle of 204º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B505E is Cyan = 0.37, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB598094-
CMYK0.370.1500.63
HSL204º22.88%30%-
HSV(B)204º37.23%36.86%-
XYZ6.697.4811.68-
YUV75.32138.54116.36-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.32%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 94 (37.11% from 255) = 40.34%
R=25.32%
G=34.33%
B=40.34%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5980940.370.1500.6320422.8830
Hex3B505E25F03Fcc171e
Octal7312013645170773142736
Binary1110111010000101111010010111110111111110011001011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,80,94); }

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

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

 a { background-color: rgb(59,80,94); }

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

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

 span { border-color: rgb(59,80,94); }

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