#31505A

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

Shades of Casal #31505A

Tints of Casal #31505A

Color information

#31505A (or 0x31505A) is unknown color: approx Casal. HEX triplet: 31, 50 and 5A. RGB value is (49,80,90). Sum of RGB (Red+Green+Blue) = 49+80+90=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 80 (31.64% from 255 or 36.53% from 219); Blue value is 90 (35.55% from 255 or 41.10% from 219); Max value from RGB is 90 - color contains mainly: blue. Hex color #31505A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31505A is #CEAFA5. Grayscale: #474747. Windows color (decimal): -13545382 or 5918769. OLE color: 5918769.

HSL color Cylindrical-coordinate representation of color #31505A: hue angle of 194.63º 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 #31505A is Cyan = 0.46, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB498090-
CMYK0.460.1100.65
HSL194.63º29.5%27.25%-
HSV(B)194.63º45.56%35.29%-
XYZ5.987.1310.73-
YUV71.87138.23111.69-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 80 (31.64% from 255) = 36.53%
BLUE value IS 90 (35.55% from 255) = 41.10%
R=22.37%
G=36.53%
B=41.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4980900.460.1100.65194.6329.527.25
Hex31505A2EB041c31d1b
Octal61120132561301013033533
Binary11000110100001011010101110101101000001110000111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31505A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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