#314B57

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

Shades of Arapawa #314B57

Tints of Arapawa #314B57

Color information

#314B57 (or 0x314B57) is unknown color: approx Arapawa. HEX triplet: 31, 4B and 57. RGB value is (49,75,87). Sum of RGB (Red+Green+Blue) = 49+75+87=211 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.22% from 211); Green value is 75 (29.69% from 255 or 35.55% from 211); Blue value is 87 (34.38% from 255 or 41.23% from 211); Max value from RGB is 87 - color contains mainly: blue. Hex color #314B57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B57 is #CEB4A8. Grayscale: #444444. Windows color (decimal): -13546665 or 5720881. OLE color: 5720881.

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

Color convert

RGB497587-
CMYK0.440.1400.66
HSL198.95º27.94%26.67%-
HSV(B)198.95º43.68%34.12%-
XYZ5.56.379.96-
YUV68.59138.39114.02-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.22%
GREEN value IS 75 (29.69% from 255) = 35.55%
BLUE value IS 87 (34.38% from 255) = 41.23%
R=23.22%
G=35.55%
B=41.23%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4975870.440.1400.66198.9527.9426.67
Hex314B572CE042c71c1b
Octal61113127541601023073433
Binary11000110010111010111101100111001000010110001111110011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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