#31495A

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

Shades of Arapawa #31495A

Tints of Arapawa #31495A

Color information

#31495A (or 0x31495A) is unknown color: approx Arapawa. HEX triplet: 31, 49 and 5A. RGB value is (49,73,90). Sum of RGB (Red+Green+Blue) = 49+73+90=212 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.11% from 212); Green value is 73 (28.91% from 255 or 34.43% from 212); Blue value is 90 (35.55% from 255 or 42.45% from 212); Max value from RGB is 90 - color contains mainly: blue. Hex color #31495A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #31495A is #CEB6A5. Grayscale: #434343. Windows color (decimal): -13547174 or 5916977. OLE color: 5916977.

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

Color convert

RGB497390-
CMYK0.460.1900.65
HSL204.88º29.5%27.25%-
HSV(B)204.88º45.56%35.29%-
XYZ5.496.1610.57-
YUV67.76140.55114.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.11%
GREEN value IS 73 (28.91% from 255) = 34.43%
BLUE value IS 90 (35.55% from 255) = 42.45%
R=23.11%
G=34.43%
B=42.45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4973900.460.1900.65204.8829.527.25
Hex31495A2E13041cd1d1b
Octal61111132562301013153533
Binary110001100100110110101011101001101000001110011011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31495A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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