#314956

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

Shades of Arapawa #314956

Tints of Arapawa #314956

Color information

#314956 (or 0x314956) is unknown color: approx Arapawa. HEX triplet: 31, 49 and 56. RGB value is (49,73,86). Sum of RGB (Red+Green+Blue) = 49+73+86=208 (27% of max value = 765). Red value is 49 (19.53% from 255 or 23.56% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 86 (33.98% from 255 or 41.35% from 208); Max value from RGB is 86 - color contains mainly: blue. Hex color #314956 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314956 is #CEB6A9. Grayscale: #434343. Windows color (decimal): -13547178 or 5654833. OLE color: 5654833.

HSL color Cylindrical-coordinate representation of color #314956: hue angle of 201.08º degrees, saturation: 0.27, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #314956 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB497386-
CMYK0.430.1500.66
HSL201.08º27.41%26.47%-
HSV(B)201.08º43.02%33.73%-
XYZ5.336.099.7-
YUV67.31138.55114.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.56%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 86 (33.98% from 255) = 41.35%
R=23.56%
G=35.10%
B=41.35%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4973860.430.1500.66201.0827.4126.47
Hex3149562BF042c91b1a
Octal61111126531701023113332
Binary11000110010011010110101011111101000010110010011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314956

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #314956; }

 p { color: rgb(49,73,86); }

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

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

 a { background-color: rgb(49,73,86); }

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

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

 span { border-color: rgb(49,73,86); }

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