#313276

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

Shades of Torea Bay #313276

Tints of Torea Bay #313276

Color information

#313276 (or 0x313276) is unknown color: approx Torea Bay. HEX triplet: 31, 32 and 76. RGB value is (49,50,118). Sum of RGB (Red+Green+Blue) = 49+50+118=217 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.58% from 217); Green value is 50 (19.92% from 255 or 23.04% from 217); Blue value is 118 (46.48% from 255 or 54.38% from 217); Max value from RGB is 118 - color contains mainly: blue. Hex color #313276 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313276 is #CECD89. Grayscale: #393939. Windows color (decimal): -13553034 or 7746097. OLE color: 7746097.

HSL color Cylindrical-coordinate representation of color #313276: hue angle of 239.13º 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 #313276 is Cyan = 0.58, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4950118-
CMYK0.580.5800.54
HSL239.13º41.32%32.75%-
HSV(B)239.13º58.47%46.27%-
XYZ5.684.2417.66-
YUV57.45162.17121.97-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.58%
GREEN value IS 50 (19.92% from 255) = 23.04%
BLUE value IS 118 (46.48% from 255) = 54.38%
R=22.58%
G=23.04%
B=54.38%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49501180.580.5800.54239.1341.3232.75
Hex3132763A3A036ef2921
Octal616216672720663575141
Binary1100011100101110110111010111010011011011101111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313276; }

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

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

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

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

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

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

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

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