#3B5A5E

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

Shades of Casal #3B5A5E

Tints of Casal #3B5A5E

Color information

#3B5A5E (or 0x3B5A5E) is unknown color: approx Casal. HEX triplet: 3B, 5A and 5E. RGB value is (59,90,94). Sum of RGB (Red+Green+Blue) = 59+90+94=243 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.28% from 243); Green value is 90 (35.55% from 255 or 37.04% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 94 - color contains mainly: blue. Hex color #3B5A5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B5A5E is #C4A5A1. Grayscale: #515151. Windows color (decimal): -12887458 or 6183483. OLE color: 6183483.

HSL color Cylindrical-coordinate representation of color #3B5A5E: hue angle of 186.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 #3B5A5E is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB599094-
CMYK0.370.0400.63
HSL186.86º22.88%30%-
HSV(B)186.86º37.23%36.86%-
XYZ7.489.0511.94-
YUV81.19135.23112.17-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.28%
GREEN value IS 90 (35.55% from 255) = 37.04%
BLUE value IS 94 (37.11% from 255) = 38.68%
R=24.28%
G=37.04%
B=38.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5990940.370.0400.63186.8622.8830
Hex3B5A5E25403Fbb171e
Octal731321364540772732736
Binary111011101101010111101001011000111111101110111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B5A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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