#3B5D61

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

Shades of Casal #3B5D61

Tints of Casal #3B5D61

Color information

#3B5D61 (or 0x3B5D61) is unknown color: approx Casal. HEX triplet: 3B, 5D and 61. RGB value is (59,93,97). Sum of RGB (Red+Green+Blue) = 59+93+97=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 93 (36.72% from 255 or 37.35% from 249); Blue value is 97 (38.28% from 255 or 38.96% from 249); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B5D61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5D61 is #C4A29E. Grayscale: #535353. Windows color (decimal): -12886687 or 6380859. OLE color: 6380859.

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

Color convert

RGB599397-
CMYK0.390.0400.62
HSL186.32º24.36%30.59%-
HSV(B)186.32º39.18%38.04%-
XYZ7.889.6212.75-
YUV83.29135.74110.67-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 23.69%
GREEN value IS 93 (36.72% from 255) = 37.35%
BLUE value IS 97 (38.28% from 255) = 38.96%
R=23.69%
G=37.35%
B=38.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5993970.390.0400.62186.3224.3630.59
Hex3B5D6127403Eba181f
Octal731351414740762723037
Binary111011101110111000011001111000111110101110101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,93,97); }

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

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

 a { background-color: rgb(59,93,97); }

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

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

 span { border-color: rgb(59,93,97); }

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