#3B565F

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

Shades of Casal #3B565F

Tints of Casal #3B565F

Color information

#3B565F (or 0x3B565F) is unknown color: approx Casal. HEX triplet: 3B, 56 and 5F. RGB value is (59,86,95). Sum of RGB (Red+Green+Blue) = 59+86+95=240 (31% of max value = 765). Red value is 59 (23.44% from 255 or 24.58% from 240); Green value is 86 (33.98% from 255 or 35.83% from 240); Blue value is 95 (37.5% from 255 or 39.58% from 240); Max value from RGB is 95 - color contains mainly: blue. Hex color #3B565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B565F is #C4A9A0. Grayscale: #4E4E4E. Windows color (decimal): -12888481 or 6247995. OLE color: 6247995.

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

Color convert

RGB598695-
CMYK0.380.0900.63
HSL195º23.38%30.2%-
HSV(B)195º37.89%37.25%-
XYZ7.28.4112.07-
YUV78.95137.05113.77-

RGB Variations

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

RGB

RED value IS 59 (23.44% from 255) = 24.58%
GREEN value IS 86 (33.98% from 255) = 35.83%
BLUE value IS 95 (37.5% from 255) = 39.58%
R=24.58%
G=35.83%
B=39.58%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal5986950.380.0900.6319523.3830.2
Hex3B565F26903Fc3171e
Octal7312613746110773032736
Binary1110111010110101111110011010010111111110000111011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3B565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(59,86,95); }

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

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

 a { background-color: rgb(59,86,95); }

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

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

 span { border-color: rgb(59,86,95); }

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