#3D5057

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

Shades of Casal #3D5057

Tints of Casal #3D5057

Color information

#3D5057 (or 0x3D5057) is unknown color: approx Casal. HEX triplet: 3D, 50 and 57. RGB value is (61,80,87). Sum of RGB (Red+Green+Blue) = 61+80+87=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 87 - color contains mainly: blue. Hex color #3D5057 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5057 is #C2AFA8. Grayscale: #4B4B4B. Windows color (decimal): -12758953 or 5722173. OLE color: 5722173.

HSL color Cylindrical-coordinate representation of color #3D5057: hue angle of 196.15º degrees, saturation: 0.18, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3D5057 is Cyan = 0.30, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB618087-
CMYK0.300.0800.66
HSL196.15º17.57%29.02%-
HSV(B)196.15º29.89%34.12%-
XYZ6.517.4210.11-
YUV75.12134.71117.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.75%
GREEN value IS 80 (31.64% from 255) = 35.09%
BLUE value IS 87 (34.38% from 255) = 38.16%
R=26.75%
G=35.09%
B=38.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6180870.300.0800.66196.1517.5729.02
Hex3D50571E8042c4121d
Octal75120127361001023042235
Binary1111011010000101011111110100001000010110001001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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