#313977

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

Shades of Torea Bay #313977

Tints of Torea Bay #313977

Color information

#313977 (or 0x313977) is unknown color: approx Torea Bay. HEX triplet: 31, 39 and 77. RGB value is (49,57,119). Sum of RGB (Red+Green+Blue) = 49+57+119=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 57 (22.66% from 255 or 25.33% from 225); Blue value is 119 (46.88% from 255 or 52.89% from 225); Max value from RGB is 119 - color contains mainly: blue. Hex color #313977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313977 is #CEC688. Grayscale: #3D3D3D. Windows color (decimal): -13551241 or 7813425. OLE color: 7813425.

HSL color Cylindrical-coordinate representation of color #313977: hue angle of 233.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313977 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4957119-
CMYK0.590.5200.53
HSL233.14º41.67%32.94%-
HSV(B)233.14º58.82%46.67%-
XYZ6.064.9118.08-
YUV61.68160.35118.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 57 (22.66% from 255) = 25.33%
BLUE value IS 119 (46.88% from 255) = 52.89%
R=21.78%
G=25.33%
B=52.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49571190.590.5200.53233.1441.6732.94
Hex3139773B34035e92a21
Octal617116773640653515241
Binary1100011110011110111111011110100011010111101001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313977; }

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

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

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

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

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

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

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

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