#314B5A

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

Shades of Arapawa #314B5A

Tints of Arapawa #314B5A

Color information

#314B5A (or 0x314B5A) is unknown color: approx Arapawa. HEX triplet: 31, 4B and 5A. RGB value is (49,75,90). Sum of RGB (Red+Green+Blue) = 49+75+90=214 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.90% from 214); Green value is 75 (29.69% from 255 or 35.05% from 214); Blue value is 90 (35.55% from 255 or 42.06% from 214); Max value from RGB is 90 - color contains mainly: blue. Hex color #314B5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B5A is #CEB4A5. Grayscale: #444444. Windows color (decimal): -13546662 or 5917489. OLE color: 5917489.

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

Color convert

RGB497590-
CMYK0.460.1700.65
HSL201.95º29.5%27.25%-
HSV(B)201.95º45.56%35.29%-
XYZ5.636.4210.62-
YUV68.94139.89113.78-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.90%
GREEN value IS 75 (29.69% from 255) = 35.05%
BLUE value IS 90 (35.55% from 255) = 42.06%
R=22.90%
G=35.05%
B=42.06%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4975900.460.1700.65201.9529.527.25
Hex314B5A2E11041ca1d1b
Octal61113132562101013123533
Binary110001100101110110101011101000101000001110010101110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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