#314859

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

Shades of Arapawa #314859

Tints of Arapawa #314859

Color information

#314859 (or 0x314859) is unknown color: approx Arapawa. HEX triplet: 31, 48 and 59. RGB value is (49,72,89). Sum of RGB (Red+Green+Blue) = 49+72+89=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 72 (28.52% from 255 or 34.29% from 210); Blue value is 89 (35.16% from 255 or 42.38% from 210); Max value from RGB is 89 - color contains mainly: blue. Hex color #314859 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314859 is #CEB7A6. Grayscale: #424242. Windows color (decimal): -13547431 or 5851185. OLE color: 5851185.

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

Color convert

RGB497289-
CMYK0.450.1900.65
HSL205.5º28.99%27.06%-
HSV(B)205.5º44.94%34.9%-
XYZ5.396.0110.33-
YUV67.06140.38115.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 72 (28.52% from 255) = 34.29%
BLUE value IS 89 (35.16% from 255) = 42.38%
R=23.33%
G=34.29%
B=42.38%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4972890.450.1900.65205.528.9927.06
Hex3148592D13041ce1d1b
Octal61110131552301013163533
Binary110001100100010110011011011001101000001110011101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314859; }

 p { color: rgb(49,72,89); }

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

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

 a { background-color: rgb(49,72,89); }

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

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

 span { border-color: rgb(49,72,89); }

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