#314C5C

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

Shades of Arapawa #314C5C

Tints of Arapawa #314C5C

Color information

#314C5C (or 0x314C5C) is unknown color: approx Arapawa. HEX triplet: 31, 4C and 5C. RGB value is (49,76,92). Sum of RGB (Red+Green+Blue) = 49+76+92=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 76 (30.08% from 255 or 35.02% from 217); Blue value is 92 (36.33% from 255 or 42.40% from 217); Max value from RGB is 92 - color contains mainly: blue. Hex color #314C5C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #314C5C is #CEB3A3. Grayscale: #454545. Windows color (decimal): -13546404 or 6048817. OLE color: 6048817.

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

Color convert

RGB497692-
CMYK0.470.1700.64
HSL202.33º30.5%27.65%-
HSV(B)202.33º46.74%36.08%-
XYZ5.786.5911.09-
YUV69.75140.55113.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 76 (30.08% from 255) = 35.02%
BLUE value IS 92 (36.33% from 255) = 42.40%
R=22.58%
G=35.02%
B=42.40%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4976920.470.1700.64202.3330.527.65
Hex314C5C2F11040ca1e1c
Octal61114134572101003123634
Binary110001100110010111001011111000101000000110010101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #314C5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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