#3D505B

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

Shades of Cello #3D505B

Tints of Cello #3D505B

Color information

#3D505B (or 0x3D505B) is unknown color: approx Cello. HEX triplet: 3D, 50 and 5B. RGB value is (61,80,91). Sum of RGB (Red+Green+Blue) = 61+80+91=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 91 (35.94% from 255 or 39.22% from 232); Max value from RGB is 91 - color contains mainly: blue. Hex color #3D505B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D505B is #C2AFA4. Grayscale: #4B4B4B. Windows color (decimal): -12758949 or 5984317. OLE color: 5984317.

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

Color convert

RGB618091-
CMYK0.330.1200.64
HSL202º19.74%29.8%-
HSV(B)202º32.97%35.69%-
XYZ6.687.4810.99-
YUV75.57136.71117.61-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 91 (35.94% from 255) = 39.22%
R=26.29%
G=34.48%
B=39.22%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6180910.330.1200.6420219.7429.8
Hex3D505B21C040ca141e
Octal75120133411401003122436
Binary11110110100001011011100001110001000000110010101010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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