#3B535E

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

Shades of Casal #3B535E

Tints of Casal #3B535E

Color information

#3B535E (or 0x3B535E) is unknown color: approx Casal. HEX triplet: 3B, 53 and 5E. RGB value is (59,83,94). Sum of RGB (Red+Green+Blue) = 59+83+94=236 (31% of max value = 765). Red value is 59 (23.44% from 255 or 25% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B535E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B535E is #C4ACA1. Grayscale: #4D4D4D. Windows color (decimal): -12889250 or 6181691. OLE color: 6181691.

HSL color Cylindrical-coordinate representation of color #3B535E: hue angle of 198.86º degrees, saturation: 0.23, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #3B535E is Cyan = 0.37, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB598394-
CMYK0.370.1200.63
HSL198.86º22.88%30%-
HSV(B)198.86º37.23%36.86%-
XYZ6.927.9211.75-
YUV77.08137.55115.11-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 25%
GREEN value IS 83 (32.81% from 255) = 35.17%
BLUE value IS 94 (37.11% from 255) = 39.83%
R=25%
G=35.17%
B=39.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5983940.370.1200.63198.8622.8830
Hex3B535E25C03Fc7171e
Octal7312313645140773072736
Binary1110111010011101111010010111000111111110001111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,83,94); }

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

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

 a { background-color: rgb(59,83,94); }

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

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

 span { border-color: rgb(59,83,94); }

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