#313976

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

Shades of Torea Bay #313976

Tints of Torea Bay #313976

Color information

#313976 (or 0x313976) is unknown color: approx Torea Bay. HEX triplet: 31, 39 and 76. RGB value is (49,57,118). Sum of RGB (Red+Green+Blue) = 49+57+118=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 57 (22.66% from 255 or 25.45% from 224); Blue value is 118 (46.48% from 255 or 52.68% from 224); Max value from RGB is 118 - color contains mainly: blue. Hex color #313976 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313976 is #CEC689. Grayscale: #3D3D3D. Windows color (decimal): -13551242 or 7747889. OLE color: 7747889.

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

Color convert

RGB4957118-
CMYK0.580.5200.54
HSL233.04º41.32%32.75%-
HSV(B)233.04º58.47%46.27%-
XYZ64.8917.77-
YUV61.56159.85119.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 57 (22.66% from 255) = 25.45%
BLUE value IS 118 (46.48% from 255) = 52.68%
R=21.88%
G=25.45%
B=52.68%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49571180.580.5200.54233.0441.3232.75
Hex3139763A34036e92921
Octal617116672640663515141
Binary1100011110011110110111010110100011011011101001101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313976; }

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

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

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

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

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

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

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

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