#314757

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

Shades of Arapawa #314757

Tints of Arapawa #314757

Color information

#314757 (or 0x314757) is unknown color: approx Arapawa. HEX triplet: 31, 47 and 57. RGB value is (49,71,87). Sum of RGB (Red+Green+Blue) = 49+71+87=207 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.67% from 207); Green value is 71 (28.12% from 255 or 34.30% from 207); Blue value is 87 (34.38% from 255 or 42.03% from 207); Max value from RGB is 87 - color contains mainly: blue. Hex color #314757 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314757 is #CEB8A8. Grayscale: #424242. Windows color (decimal): -13547689 or 5719857. OLE color: 5719857.

HSL color Cylindrical-coordinate representation of color #314757: hue angle of 205.26º 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 #314757 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB497187-
CMYK0.440.1800.66
HSL205.26º27.94%26.67%-
HSV(B)205.26º43.68%34.12%-
XYZ5.245.859.87-
YUV66.25139.71115.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.67%
GREEN value IS 71 (28.12% from 255) = 34.30%
BLUE value IS 87 (34.38% from 255) = 42.03%
R=23.67%
G=34.30%
B=42.03%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4971870.440.1800.66205.2627.9426.67
Hex3147572C12042cd1c1b
Octal61107127542201023153433
Binary110001100011110101111011001001001000010110011011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314757; }

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

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

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

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

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

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

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

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