#3B5961

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

Shades of Casal #3B5961

Tints of Casal #3B5961

Color information

#3B5961 (or 0x3B5961) is unknown color: approx Casal. HEX triplet: 3B, 59 and 61. RGB value is (59,89,97). Sum of RGB (Red+Green+Blue) = 59+89+97=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 89 (35.16% from 255 or 36.33% from 245); Blue value is 97 (38.28% from 255 or 39.59% from 245); Max value from RGB is 97 - color contains mainly: blue. Hex color #3B5961 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5961 is #C4A69E. Grayscale: #505050. Windows color (decimal): -12887711 or 6379835. OLE color: 6379835.

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

Color convert

RGB598997-
CMYK0.390.0800.62
HSL192.63º24.36%30.59%-
HSV(B)192.63º39.18%38.04%-
XYZ7.538.9412.64-
YUV80.94137.06112.35-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.08%
GREEN value IS 89 (35.16% from 255) = 36.33%
BLUE value IS 97 (38.28% from 255) = 39.59%
R=24.08%
G=36.33%
B=39.59%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal5989970.390.0800.62192.6324.3630.59
Hex3B596127803Ec1181f
Octal7313114147100763013037
Binary1110111011001110000110011110000111110110000011100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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