#314A5B

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

Shades of Arapawa #314A5B

Tints of Arapawa #314A5B

Color information

#314A5B (or 0x314A5B) is unknown color: approx Arapawa. HEX triplet: 31, 4A and 5B. RGB value is (49,74,91). Sum of RGB (Red+Green+Blue) = 49+74+91=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 74 (29.30% from 255 or 34.58% from 214); Blue value is 91 (35.94% from 255 or 42.52% from 214); Max value from RGB is 91 - color contains mainly: blue. Hex color #314A5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314A5B is #CEB5A4. Grayscale: #444444. Windows color (decimal): -13546917 or 5982769. OLE color: 5982769.

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

Color convert

RGB497491-
CMYK0.460.1900.64
HSL204.29º30%27.45%-
HSV(B)204.29º46.15%35.69%-
XYZ5.66.3110.82-
YUV68.46140.72114.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 74 (29.30% from 255) = 34.58%
BLUE value IS 91 (35.94% from 255) = 42.52%
R=22.90%
G=34.58%
B=42.52%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4974910.460.1900.64204.293027.45
Hex314A5B2E13040cc1e1b
Octal61112133562301003143633
Binary110001100101010110111011101001101000000110011001111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314A5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,74,91); }

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

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

 a { background-color: rgb(49,74,91); }

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

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

 span { border-color: rgb(49,74,91); }

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