#31525A

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

Shades of Casal #31525A

Tints of Casal #31525A

Color information

#31525A (or 0x31525A) is unknown color: approx Casal. HEX triplet: 31, 52 and 5A. RGB value is (49,82,90). Sum of RGB (Red+Green+Blue) = 49+82+90=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 82 (32.42% from 255 or 37.10% from 221); Blue value is 90 (35.55% from 255 or 40.72% from 221); Max value from RGB is 90 - color contains mainly: blue. Hex color #31525A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31525A is #CEADA5. Grayscale: #484848. Windows color (decimal): -13544870 or 5919281. OLE color: 5919281.

HSL color Cylindrical-coordinate representation of color #31525A: hue angle of 191.71º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #31525A is Cyan = 0.46, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB498290-
CMYK0.460.0900.65
HSL191.71º29.5%27.25%-
HSV(B)191.71º45.56%35.29%-
XYZ6.137.4310.78-
YUV73.04137.57110.85-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 82 (32.42% from 255) = 37.10%
BLUE value IS 90 (35.55% from 255) = 40.72%
R=22.17%
G=37.10%
B=40.72%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4982900.460.0900.65191.7129.527.25
Hex31525A2E9041c01d1b
Octal61122132561101013003533
Binary11000110100101011010101110100101000001110000001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31525A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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