#314756

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

Shades of Arapawa #314756

Tints of Arapawa #314756

Color information

#314756 (or 0x314756) is unknown color: approx Arapawa. HEX triplet: 31, 47 and 56. RGB value is (49,71,86). Sum of RGB (Red+Green+Blue) = 49+71+86=206 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.79% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 86 (33.98% from 255 or 41.75% from 206); Max value from RGB is 86 - color contains mainly: blue. Hex color #314756 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314756 is #CEB8A9. Grayscale: #424242. Windows color (decimal): -13547690 or 5654321. OLE color: 5654321.

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

Color convert

RGB497186-
CMYK0.430.1700.66
HSL204.32º27.41%26.47%-
HSV(B)204.32º43.02%33.73%-
XYZ5.25.839.66-
YUV66.13139.21115.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.79%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 86 (33.98% from 255) = 41.75%
R=23.79%
G=34.47%
B=41.75%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4971860.430.1700.66204.3227.4126.47
Hex3147562B11042cc1b1a
Octal61107126532101023143332
Binary110001100011110101101010111000101000010110011001101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314756; }

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

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

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

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

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

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

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

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