#314D5A

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

Shades of Arapawa #314D5A

Tints of Arapawa #314D5A

Color information

#314D5A (or 0x314D5A) is unknown color: approx Arapawa. HEX triplet: 31, 4D and 5A. RGB value is (49,77,90). Sum of RGB (Red+Green+Blue) = 49+77+90=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 77 (30.47% from 255 or 35.65% from 216); Blue value is 90 (35.55% from 255 or 41.67% from 216); Max value from RGB is 90 - color contains mainly: blue. Hex color #314D5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #314D5A is #CEB2A5. Grayscale: #464646. Windows color (decimal): -13546150 or 5918001. OLE color: 5918001.

HSL color Cylindrical-coordinate representation of color #314D5A: hue angle of 199.02º 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 #314D5A is Cyan = 0.46, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB497790-
CMYK0.460.1400.65
HSL199.02º29.5%27.25%-
HSV(B)199.02º45.56%35.29%-
XYZ5.776.710.66-
YUV70.11139.22112.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 77 (30.47% from 255) = 35.65%
BLUE value IS 90 (35.55% from 255) = 41.67%
R=22.69%
G=35.65%
B=41.67%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4977900.460.1400.65199.0229.527.25
Hex314D5A2EE041c71d1b
Octal61115132561601013073533
Binary11000110011011011010101110111001000001110001111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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