#314F5C

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

Shades of Arapawa #314F5C

Tints of Arapawa #314F5C

Color information

#314F5C (or 0x314F5C) is unknown color: approx Arapawa. HEX triplet: 31, 4F and 5C. RGB value is (49,79,92). Sum of RGB (Red+Green+Blue) = 49+79+92=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 92 - color contains mainly: blue. Hex color #314F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314F5C is #CEB0A3. Grayscale: #474747. Windows color (decimal): -13545636 or 6049585. OLE color: 6049585.

HSL color Cylindrical-coordinate representation of color #314F5C: hue angle of 198.14º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #314F5C is Cyan = 0.47, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB497992-
CMYK0.470.1400.64
HSL198.14º30.5%27.65%-
HSV(B)198.14º46.74%36.08%-
XYZ5.997.0211.16-
YUV71.51139.56111.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 79 (31.25% from 255) = 35.91%
BLUE value IS 92 (36.33% from 255) = 41.82%
R=22.27%
G=35.91%
B=41.82%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4979920.470.1400.64198.1430.527.65
Hex314F5C2FE040c61e1c
Octal61117134571601003063634
Binary11000110011111011100101111111001000000110001101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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