#31535B

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

Shades of Casal #31535B

Tints of Casal #31535B

Color information

#31535B (or 0x31535B) is unknown color: approx Casal. HEX triplet: 31, 53 and 5B. RGB value is (49,83,91). Sum of RGB (Red+Green+Blue) = 49+83+91=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 83 (32.81% from 255 or 37.22% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 91 - color contains mainly: blue. Hex color #31535B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31535B is #CEACA4. Grayscale: #494949. Windows color (decimal): -13544613 or 5985073. OLE color: 5985073.

HSL color Cylindrical-coordinate representation of color #31535B: hue angle of 191.43º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31535B is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB498391-
CMYK0.460.0900.64
HSL191.43º30%27.45%-
HSV(B)191.43º46.15%35.69%-
XYZ6.257.5911.03-
YUV73.75137.74110.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 83 (32.81% from 255) = 37.22%
BLUE value IS 91 (35.94% from 255) = 40.81%
R=21.97%
G=37.22%
B=40.81%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4983910.460.0900.64191.433027.45
Hex31535B2E9040bf1e1b
Octal61123133561101002773633
Binary11000110100111011011101110100101000000101111111111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31535B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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