#3B505F

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

Shades of Cello #3B505F

Tints of Cello #3B505F

Color information

#3B505F (or 0x3B505F) is unknown color: approx Cello. HEX triplet: 3B, 50 and 5F. RGB value is (59,80,95). Sum of RGB (Red+Green+Blue) = 59+80+95=234 (30% of max value = 765). Red value is 59 (23.44% from 255 or 25.21% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 95 (37.5% from 255 or 40.60% from 234); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B505F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B505F is #C4AFA0. Grayscale: #4B4B4B. Windows color (decimal): -12890017 or 6246459. OLE color: 6246459.

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

Color convert

RGB598095-
CMYK0.380.1600.63
HSL205º23.38%30.2%-
HSV(B)205º37.89%37.25%-
XYZ6.747.4911.92-
YUV75.43139.04116.28-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25.21%
GREEN value IS 80 (31.64% from 255) = 34.19%
BLUE value IS 95 (37.5% from 255) = 40.60%
R=25.21%
G=34.19%
B=40.60%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5980950.380.1600.6320523.3830.2
Hex3B505F261003Fcd171e
Octal7312013746200773152736
Binary11101110100001011111100110100000111111110011011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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