#314A57

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

Shades of Arapawa #314A57

Tints of Arapawa #314A57

Color information

#314A57 (or 0x314A57) is unknown color: approx Arapawa. HEX triplet: 31, 4A and 57. RGB value is (49,74,87). Sum of RGB (Red+Green+Blue) = 49+74+87=210 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.33% from 210); Green value is 74 (29.30% from 255 or 35.24% from 210); Blue value is 87 (34.38% from 255 or 41.43% from 210); Max value from RGB is 87 - color contains mainly: blue. Hex color #314A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A57 is #CEB5A8. Grayscale: #434343. Windows color (decimal): -13546921 or 5720625. OLE color: 5720625.

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

Color convert

RGB497487-
CMYK0.440.1500.66
HSL200.53º27.94%26.67%-
HSV(B)200.53º43.68%34.12%-
XYZ5.446.249.93-
YUV68.01138.72114.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.33%
GREEN value IS 74 (29.30% from 255) = 35.24%
BLUE value IS 87 (34.38% from 255) = 41.43%
R=23.33%
G=35.24%
B=41.43%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4974870.440.1500.66200.5327.9426.67
Hex314A572CF042c91c1b
Octal61112127541701023113433
Binary11000110010101010111101100111101000010110010011110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314A57; }

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

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

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

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

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

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

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

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