#31565F

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

Shades of Casal #31565F

Tints of Casal #31565F

Color information

#31565F (or 0x31565F) is unknown color: approx Casal. HEX triplet: 31, 56 and 5F. RGB value is (49,86,95). Sum of RGB (Red+Green+Blue) = 49+86+95=230 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.30% from 230); Green value is 86 (33.98% from 255 or 37.39% from 230); Blue value is 95 (37.5% from 255 or 41.30% from 230); Max value from RGB is 95 - color contains mainly: blue. Hex color #31565F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31565F is #CEA9A0. Grayscale: #4B4B4B. Windows color (decimal): -13543841 or 6247985. OLE color: 6247985.

HSL color Cylindrical-coordinate representation of color #31565F: hue angle of 191.74º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #31565F is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB498695-
CMYK0.480.0900.63
HSL191.74º31.94%28.24%-
HSV(B)191.74º48.42%37.25%-
XYZ6.668.1312.05-
YUV75.96138.74108.77-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.30%
GREEN value IS 86 (33.98% from 255) = 37.39%
BLUE value IS 95 (37.5% from 255) = 41.30%
R=21.30%
G=37.39%
B=41.30%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4986950.480.0900.63191.7431.9428.24
Hex31565F30903Fc0201c
Octal6112613760110773004034
Binary11000110101101011111110000100101111111100000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31565F; }

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

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

<style>
 a { background-color: #31565F; }

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

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

<style>
 span { border-color: #31565F; }

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

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