#31535F

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

Shades of Casal #31535F

Tints of Casal #31535F

Color information

#31535F (or 0x31535F) is unknown color: approx Casal. HEX triplet: 31, 53 and 5F. RGB value is (49,83,95). Sum of RGB (Red+Green+Blue) = 49+83+95=227 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.59% from 227); Green value is 83 (32.81% from 255 or 36.56% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 95 - color contains mainly: blue. Hex color #31535F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31535F is #CEACA0. Grayscale: #4A4A4A. Windows color (decimal): -13544609 or 6247217. OLE color: 6247217.

HSL color Cylindrical-coordinate representation of color #31535F: hue angle of 195.65º 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 #31535F is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB498395-
CMYK0.480.1300.63
HSL195.65º31.94%28.24%-
HSV(B)195.65º48.42%37.25%-
XYZ6.437.6711.97-
YUV74.2139.74110.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.59%
GREEN value IS 83 (32.81% from 255) = 36.56%
BLUE value IS 95 (37.5% from 255) = 41.85%
R=21.59%
G=36.56%
B=41.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4983950.480.1300.63195.6531.9428.24
Hex31535F30D03Fc4201c
Octal6112313760150773044034
Binary11000110100111011111110000110101111111100010010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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