#31505C

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

Shades of Arapawa #31505C

Tints of Arapawa #31505C

Color information

#31505C (or 0x31505C) is unknown color: approx Arapawa. HEX triplet: 31, 50 and 5C. RGB value is (49,80,92). Sum of RGB (Red+Green+Blue) = 49+80+92=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 80 (31.64% from 255 or 36.20% from 221); Blue value is 92 (36.33% from 255 or 41.63% from 221); Max value from RGB is 92 - color contains mainly: blue. Hex color #31505C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31505C is #CEAFA3. Grayscale: #484848. Windows color (decimal): -13545380 or 6049841. OLE color: 6049841.

HSL color Cylindrical-coordinate representation of color #31505C: hue angle of 196.74º 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 #31505C is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB498092-
CMYK0.470.1300.64
HSL196.74º30.5%27.65%-
HSV(B)196.74º46.74%36.08%-
XYZ6.077.1611.19-
YUV72.1139.23111.52-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 80 (31.64% from 255) = 36.20%
BLUE value IS 92 (36.33% from 255) = 41.63%
R=22.17%
G=36.20%
B=41.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4980920.470.1300.64196.7430.527.65
Hex31505C2FD040c51e1c
Octal61120134571501003053634
Binary11000110100001011100101111110101000000110001011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31505C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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