#315360

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

Shades of Arapawa #315360

Tints of Arapawa #315360

Color information

#315360 (or 0x315360) is unknown color: approx Arapawa. HEX triplet: 31, 53 and 60. RGB value is (49,83,96). Sum of RGB (Red+Green+Blue) = 49+83+96=228 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.49% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 96 (37.89% from 255 or 42.11% from 228); Max value from RGB is 96 - color contains mainly: blue. Hex color #315360 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #315360 is #CEAC9F. Grayscale: #4A4A4A. Windows color (decimal): -13544608 or 6312753. OLE color: 6312753.

HSL color Cylindrical-coordinate representation of color #315360: hue angle of 196.6º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #315360 is Cyan = 0.49, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB498396-
CMYK0.490.1400.62
HSL196.6º32.41%28.43%-
HSV(B)196.6º48.96%37.65%-
XYZ6.477.6812.21-
YUV74.32140.24109.94-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.49%
GREEN value IS 83 (32.81% from 255) = 36.40%
BLUE value IS 96 (37.89% from 255) = 42.11%
R=21.49%
G=36.40%
B=42.11%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4983960.490.1400.62196.632.4128.43
Hex31536031E03Ec5201c
Octal6112314061160763054034
Binary11000110100111100000110001111001111101100010110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #315360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #315360; }

 p { color: rgb(49,83,96); }

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

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

 a { background-color: rgb(49,83,96); }

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

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

 span { border-color: rgb(49,83,96); }

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