#3D5259

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

Shades of Casal #3D5259

Tints of Casal #3D5259

Color information

#3D5259 (or 0x3D5259) is unknown color: approx Casal. HEX triplet: 3D, 52 and 59. RGB value is (61,82,89). Sum of RGB (Red+Green+Blue) = 61+82+89=232 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.29% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 89 (35.16% from 255 or 38.36% from 232); Max value from RGB is 89 - color contains mainly: blue. Hex color #3D5259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5259 is #C2ADA6. Grayscale: #4C4C4C. Windows color (decimal): -12758439 or 5853757. OLE color: 5853757.

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

Color convert

RGB618289-
CMYK0.310.0800.65
HSL195º18.67%29.41%-
HSV(B)195º31.46%34.9%-
XYZ6.747.7510.59-
YUV76.52135.04116.93-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 26.29%
GREEN value IS 82 (32.42% from 255) = 35.34%
BLUE value IS 89 (35.16% from 255) = 38.36%
R=26.29%
G=35.34%
B=38.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6182890.310.0800.6519518.6729.41
Hex3D52591F8041c3131d
Octal75122131371001013032335
Binary1111011010010101100111111100001000001110000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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