#3D5659

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

Shades of Casal #3D5659

Tints of Casal #3D5659

Color information

#3D5659 (or 0x3D5659) is unknown color: approx Casal. HEX triplet: 3D, 56 and 59. RGB value is (61,86,89). Sum of RGB (Red+Green+Blue) = 61+86+89=236 (31% of max value = 765). Red value is 61 (24.22% from 255 or 25.85% from 236); Green value is 86 (33.98% from 255 or 36.44% from 236); Blue value is 89 (35.16% from 255 or 37.71% from 236); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D5659 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5659 is #C2A9A6. Grayscale: #4E4E4E. Windows color (decimal): -12757415 or 5854781. OLE color: 5854781.

HSL color Cylindrical-coordinate representation of color #3D5659: hue angle of 186.43º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3D5659 is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB618689-
CMYK0.310.0300.65
HSL186.43º18.67%29.41%-
HSV(B)186.43º31.46%34.9%-
XYZ7.068.3710.69-
YUV78.87133.72115.26-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 25.85%
GREEN value IS 86 (33.98% from 255) = 36.44%
BLUE value IS 89 (35.16% from 255) = 37.71%
R=25.85%
G=36.44%
B=37.71%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6186890.310.0300.65186.4318.6729.41
Hex3D56591F3041ba131d
Octal7512613137301012722335
Binary11110110101101011001111111101000001101110101001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5659

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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