#313277

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

Shades of Torea Bay #313277

Tints of Torea Bay #313277

Color information

#313277 (or 0x313277) is unknown color: approx Torea Bay. HEX triplet: 31, 32 and 77. RGB value is (49,50,119). Sum of RGB (Red+Green+Blue) = 49+50+119=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 50 (19.92% from 255 or 22.94% from 218); Blue value is 119 (46.88% from 255 or 54.59% from 218); Max value from RGB is 119 - color contains mainly: blue. Hex color #313277 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313277 is #CECD88. Grayscale: #393939. Windows color (decimal): -13553033 or 7811633. OLE color: 7811633.

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

Color convert

RGB4950119-
CMYK0.590.5800.53
HSL239.14º41.67%32.94%-
HSV(B)239.14º58.82%46.67%-
XYZ5.744.2717.97-
YUV57.57162.67121.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 50 (19.92% from 255) = 22.94%
BLUE value IS 119 (46.88% from 255) = 54.59%
R=22.48%
G=22.94%
B=54.59%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49501190.590.5800.53239.1441.6732.94
Hex3132773B3A035ef2a21
Octal616216773720653575241
Binary1100011100101110111111011111010011010111101111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313277; }

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

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

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

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

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

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

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

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