#31525D

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

Shades of Casal #31525D

Tints of Casal #31525D

Color information

#31525D (or 0x31525D) is unknown color: approx Casal. HEX triplet: 31, 52 and 5D. RGB value is (49,82,93). Sum of RGB (Red+Green+Blue) = 49+82+93=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 82 (32.42% from 255 or 36.61% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 93 - color contains mainly: blue. Hex color #31525D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31525D is #CEADA2. Grayscale: #494949. Windows color (decimal): -13544867 or 6115889. OLE color: 6115889.

HSL color Cylindrical-coordinate representation of color #31525D: hue angle of 195º degrees, saturation: 0.31, 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 #31525D is Cyan = 0.47, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB498293-
CMYK0.470.1200.64
HSL195º30.99%27.84%-
HSV(B)195º47.31%36.47%-
XYZ6.267.4811.47-
YUV73.39139.07110.61-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 82 (32.42% from 255) = 36.61%
BLUE value IS 93 (36.72% from 255) = 41.52%
R=21.88%
G=36.61%
B=41.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4982930.470.1200.6419530.9927.84
Hex31525D2FC040c31f1c
Octal61122135571401003033734
Binary11000110100101011101101111110001000000110000111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31525D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #31525D; }

 p { color: rgb(49,82,93); }

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

<style>
 a { background-color: #31525D; }

 a { background-color: rgb(49,82,93); }

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

<style>
 span { border-color: #31525D; }

 span { border-color: rgb(49,82,93); }

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