#314B59

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

Shades of Arapawa #314B59

Tints of Arapawa #314B59

Color information

#314B59 (or 0x314B59) is unknown color: approx Arapawa. HEX triplet: 31, 4B and 59. RGB value is (49,75,89). Sum of RGB (Red+Green+Blue) = 49+75+89=213 (28% of max value = 765). Red value is 49 (19.53% from 255 or 23.00% from 213); Green value is 75 (29.69% from 255 or 35.21% from 213); Blue value is 89 (35.16% from 255 or 41.78% from 213); Max value from RGB is 89 - color contains mainly: blue. Hex color #314B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B59 is #CEB4A6. Grayscale: #444444. Windows color (decimal): -13546663 or 5851953. OLE color: 5851953.

HSL color Cylindrical-coordinate representation of color #314B59: hue angle of 201º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #314B59 is Cyan = 0.45, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB497589-
CMYK0.450.1600.65
HSL201º28.99%27.06%-
HSV(B)201º44.94%34.9%-
XYZ5.596.4110.39-
YUV68.82139.39113.86-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 23.00%
GREEN value IS 75 (29.69% from 255) = 35.21%
BLUE value IS 89 (35.16% from 255) = 41.78%
R=23.00%
G=35.21%
B=41.78%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4975890.450.1600.6520128.9927.06
Hex314B592D10041c91d1b
Octal61113131552001013113533
Binary110001100101110110011011011000001000001110010011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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