#3D565F

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

Shades of Casal #3D565F

Tints of Casal #3D565F

Color information

#3D565F (or 0x3D565F) is unknown color: approx Casal. HEX triplet: 3D, 56 and 5F. RGB value is (61,86,95). Sum of RGB (Red+Green+Blue) = 61+86+95=242 (32% of max value = 765). Red value is 61 (24.22% from 255 or 25.21% from 242); Green value is 86 (33.98% from 255 or 35.54% from 242); Blue value is 95 (37.5% from 255 or 39.26% from 242); Max value from RGB is 95 - color contains mainly: blue. Hex color #3D565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D565F is #C2A9A0. Grayscale: #4F4F4F. Windows color (decimal): -12757409 or 6247997. OLE color: 6247997.

HSL color Cylindrical-coordinate representation of color #3D565F: hue angle of 195.88º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #3D565F is Cyan = 0.36, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB618695-
CMYK0.360.0900.63
HSL195.88º21.79%30.59%-
HSV(B)195.88º35.79%37.25%-
XYZ7.328.4712.08-
YUV79.55136.72114.77-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.21%
GREEN value IS 86 (33.98% from 255) = 35.54%
BLUE value IS 95 (37.5% from 255) = 39.26%
R=25.21%
G=35.54%
B=39.26%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6186950.360.0900.63195.8821.7930.59
Hex3D565F24903Fc4161f
Octal7512613744110773042637
Binary1111011010110101111110010010010111111110001001011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,86,95); }

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

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

 a { background-color: rgb(61,86,95); }

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

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

 span { border-color: rgb(61,86,95); }

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