#314857

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

Shades of Arapawa #314857

Tints of Arapawa #314857

Color information

#314857 (or 0x314857) is unknown color: approx Arapawa. HEX triplet: 31, 48 and 57. RGB value is (49,72,87). Sum of RGB (Red+Green+Blue) = 49+72+87=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 72 (28.52% from 255 or 34.62% from 208); Blue value is 87 (34.38% from 255 or 41.83% from 208); Max value from RGB is 87 - color contains mainly: blue. Hex color #314857 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314857 is #CEB7A8. Grayscale: #424242. Windows color (decimal): -13547433 or 5720113. OLE color: 5720113.

HSL color Cylindrical-coordinate representation of color #314857: hue angle of 203.68º degrees, saturation: 0.28, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #314857 is Cyan = 0.44, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB497287-
CMYK0.440.1700.66
HSL203.68º27.94%26.67%-
HSV(B)203.68º43.68%34.12%-
XYZ5.35.989.89-
YUV66.83139.38115.28-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 72 (28.52% from 255) = 34.62%
BLUE value IS 87 (34.38% from 255) = 41.83%
R=23.56%
G=34.62%
B=41.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4972870.440.1700.66203.6827.9426.67
Hex3148572C11042cc1c1b
Octal61110127542101023143433
Binary110001100100010101111011001000101000010110011001110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314857; }

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

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

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

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

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

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

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

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