#31505D

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

Shades of Arapawa #31505D

Tints of Arapawa #31505D

Color information

#31505D (or 0x31505D) is unknown color: approx Arapawa. HEX triplet: 31, 50 and 5D. RGB value is (49,80,93). Sum of RGB (Red+Green+Blue) = 49+80+93=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 80 (31.64% from 255 or 36.04% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #31505D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #31505D is #CEAFA2. Grayscale: #484848. Windows color (decimal): -13545379 or 6115377. OLE color: 6115377.

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

Color convert

RGB498093-
CMYK0.470.1400.64
HSL197.73º30.99%27.84%-
HSV(B)197.73º47.31%36.47%-
XYZ6.117.1811.42-
YUV72.21139.73111.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 80 (31.64% from 255) = 36.04%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=22.07%
G=36.04%
B=41.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4980930.470.1400.64197.7330.9927.84
Hex31505D2FE040c61f1c
Octal61120135571601003063734
Binary11000110100001011101101111111001000000110001101111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #31505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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