#314C59

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

Shades of Arapawa #314C59

Tints of Arapawa #314C59

Color information

#314C59 (or 0x314C59) is unknown color: approx Arapawa. HEX triplet: 31, 4C and 59. RGB value is (49,76,89). Sum of RGB (Red+Green+Blue) = 49+76+89=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 76 (30.08% from 255 or 35.51% from 214); Blue value is 89 (35.16% from 255 or 41.59% from 214); Max value from RGB is 89 - color contains mainly: blue. Hex color #314C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C59 is #CEB3A6. Grayscale: #454545. Windows color (decimal): -13546407 or 5852209. OLE color: 5852209.

HSL color Cylindrical-coordinate representation of color #314C59: hue angle of 199.5º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314C59 is Cyan = 0.45, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB497689-
CMYK0.450.1500.65
HSL199.5º28.99%27.06%-
HSV(B)199.5º44.94%34.9%-
XYZ5.656.5410.42-
YUV69.41139.05113.44-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 76 (30.08% from 255) = 35.51%
BLUE value IS 89 (35.16% from 255) = 41.59%
R=22.90%
G=35.51%
B=41.59%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4976890.450.1500.65199.528.9927.06
Hex314C592DF041c81d1b
Octal61114131551701013103533
Binary11000110011001011001101101111101000001110010001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,76,89); }

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

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

 a { background-color: rgb(49,76,89); }

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

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

 span { border-color: rgb(49,76,89); }

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