#3D5159

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

Shades of Casal #3D5159

Tints of Casal #3D5159

Color information

#3D5159 (or 0x3D5159) is unknown color: approx Casal. HEX triplet: 3D, 51 and 59. RGB value is (61,81,89). Sum of RGB (Red+Green+Blue) = 61+81+89=231 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.41% from 231); Green value is 81 (32.03% from 255 or 35.06% from 231); Blue value is 89 (35.16% from 255 or 38.53% from 231); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D5159 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5159 is #C2AEA6. Grayscale: #4B4B4B. Windows color (decimal): -12758695 or 5853501. OLE color: 5853501.

HSL color Cylindrical-coordinate representation of color #3D5159: hue angle of 197.14º 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 #3D5159 is Cyan = 0.31, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB618189-
CMYK0.310.0900.65
HSL197.14º18.67%29.41%-
HSV(B)197.14º31.46%34.9%-
XYZ6.677.610.57-
YUV75.93135.37117.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.41%
GREEN value IS 81 (32.03% from 255) = 35.06%
BLUE value IS 89 (35.16% from 255) = 38.53%
R=26.41%
G=35.06%
B=38.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6181890.310.0900.65197.1418.6729.41
Hex3D51591F9041c5131d
Octal75121131371101013052335
Binary1111011010001101100111111100101000001110001011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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