#314F5A

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

Shades of Arapawa #314F5A

Tints of Arapawa #314F5A

Color information

#314F5A (or 0x314F5A) is unknown color: approx Arapawa. HEX triplet: 31, 4F and 5A. RGB value is (49,79,90). Sum of RGB (Red+Green+Blue) = 49+79+90=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 79 (31.25% from 255 or 36.24% from 218); Blue value is 90 (35.55% from 255 or 41.28% from 218); Max value from RGB is 90 - color contains mainly: blue. Hex color #314F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F5A is #CEB0A5. Grayscale: #474747. Windows color (decimal): -13545638 or 5918513. OLE color: 5918513.

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

Color convert

RGB497990-
CMYK0.460.1200.65
HSL196.1º29.5%27.25%-
HSV(B)196.1º45.56%35.29%-
XYZ5.916.9810.71-
YUV71.28138.56112.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 79 (31.25% from 255) = 36.24%
BLUE value IS 90 (35.55% from 255) = 41.28%
R=22.48%
G=36.24%
B=41.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4979900.460.1200.65196.129.527.25
Hex314F5A2EC041c41d1b
Octal61117132561401013043533
Binary11000110011111011010101110110001000001110001001110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,79,90); }

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

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

 a { background-color: rgb(49,79,90); }

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

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

 span { border-color: rgb(49,79,90); }

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