#313576

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

Shades of Torea Bay #313576

Tints of Torea Bay #313576

Color information

#313576 (or 0x313576) is unknown color: approx Torea Bay. HEX triplet: 31, 35 and 76. RGB value is (49,53,118). Sum of RGB (Red+Green+Blue) = 49+53+118=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 53 (21.09% from 255 or 24.09% from 220); Blue value is 118 (46.48% from 255 or 53.64% from 220); Max value from RGB is 118 - color contains mainly: blue. Hex color #313576 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313576 is #CECA89. Grayscale: #3A3A3A. Windows color (decimal): -13552266 or 7746865. OLE color: 7746865.

HSL color Cylindrical-coordinate representation of color #313576: hue angle of 236.52º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313576 is Cyan = 0.58, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4953118-
CMYK0.580.5500.54
HSL236.52º41.32%32.75%-
HSV(B)236.52º58.47%46.27%-
XYZ5.814.5117.7-
YUV59.21161.17120.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 53 (21.09% from 255) = 24.09%
BLUE value IS 118 (46.48% from 255) = 53.64%
R=22.27%
G=24.09%
B=53.64%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49531180.580.5500.54236.5241.3232.75
Hex3135763A37036ed2921
Octal616516672670663555141
Binary1100011101011110110111010110111011011011101101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313576; }

 p { color: rgb(49,53,118); }

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

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

 a { background-color: rgb(49,53,118); }

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

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

 span { border-color: rgb(49,53,118); }

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