#314B5C

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

Shades of Arapawa #314B5C

Tints of Arapawa #314B5C

Color information

#314B5C (or 0x314B5C) is unknown color: approx Arapawa. HEX triplet: 31, 4B and 5C. RGB value is (49,75,92). Sum of RGB (Red+Green+Blue) = 49+75+92=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 75 (29.69% from 255 or 34.72% from 216); Blue value is 92 (36.33% from 255 or 42.59% from 216); Max value from RGB is 92 - color contains mainly: blue. Hex color #314B5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314B5C is #CEB4A3. Grayscale: #454545. Windows color (decimal): -13546660 or 6048561. OLE color: 6048561.

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

Color convert

RGB497592-
CMYK0.470.1800.64
HSL203.72º30.5%27.65%-
HSV(B)203.72º46.74%36.08%-
XYZ5.716.4611.07-
YUV69.16140.89113.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 75 (29.69% from 255) = 34.72%
BLUE value IS 92 (36.33% from 255) = 42.59%
R=22.69%
G=34.72%
B=42.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4975920.470.1800.64203.7230.527.65
Hex314B5C2F12040cc1e1c
Octal61113134572201003143634
Binary110001100101110111001011111001001000000110011001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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