#3D5860

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

Shades of Casal #3D5860

Tints of Casal #3D5860

Color information

#3D5860 (or 0x3D5860) is unknown color: approx Casal. HEX triplet: 3D, 58 and 60. RGB value is (61,88,96). Sum of RGB (Red+Green+Blue) = 61+88+96=245 (32% of max value = 765). Red value is 61 (24.22% from 255 or 24.90% from 245); Green value is 88 (34.77% from 255 or 35.92% from 245); Blue value is 96 (37.89% from 255 or 39.18% from 245); Max value from RGB is 96 - color contains mainly: blue. Hex color #3D5860 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D5860 is #C2A79F. Grayscale: #505050. Windows color (decimal): -12756896 or 6314045. OLE color: 6314045.

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

Color convert

RGB618896-
CMYK0.360.0800.62
HSL193.71º22.29%30.78%-
HSV(B)193.71º36.46%37.65%-
XYZ7.538.8212.37-
YUV80.84136.55113.85-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 24.90%
GREEN value IS 88 (34.77% from 255) = 35.92%
BLUE value IS 96 (37.89% from 255) = 39.18%
R=24.90%
G=35.92%
B=39.18%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6188960.360.0800.62193.7122.2930.78
Hex3D586024803Ec2161f
Octal7513014044100763022637
Binary1111011011000110000010010010000111110110000101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3D5860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,88,96); }

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

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

 a { background-color: rgb(61,88,96); }

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

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

 span { border-color: rgb(61,88,96); }

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