#31535C

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

Shades of Casal #31535C

Tints of Casal #31535C

Color information

#31535C (or 0x31535C) is unknown color: approx Casal. HEX triplet: 31, 53 and 5C. RGB value is (49,83,92). Sum of RGB (Red+Green+Blue) = 49+83+92=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 83 (32.81% from 255 or 37.05% from 224); Blue value is 92 (36.33% from 255 or 41.07% from 224); Max value from RGB is 92 - color contains mainly: blue. Hex color #31535C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31535C is #CEACA3. Grayscale: #494949. Windows color (decimal): -13544612 or 6050609. OLE color: 6050609.

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

Color convert

RGB498392-
CMYK0.470.1000.64
HSL192.56º30.5%27.65%-
HSV(B)192.56º46.74%36.08%-
XYZ6.297.6111.26-
YUV73.86138.24110.27-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 83 (32.81% from 255) = 37.05%
BLUE value IS 92 (36.33% from 255) = 41.07%
R=21.88%
G=37.05%
B=41.07%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4983920.470.1000.64192.5630.527.65
Hex31535C2FA040c11e1c
Octal61123134571201003013634
Binary11000110100111011100101111101001000000110000011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31535C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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