#313777

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

Shades of Torea Bay #313777

Tints of Torea Bay #313777

Color information

#313777 (or 0x313777) is unknown color: approx Torea Bay. HEX triplet: 31, 37 and 77. RGB value is (49,55,119). Sum of RGB (Red+Green+Blue) = 49+55+119=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 55 (21.88% from 255 or 24.66% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #313777 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313777 is #CEC888. Grayscale: #3C3C3C. Windows color (decimal): -13551753 or 7812913. OLE color: 7812913.

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

Color convert

RGB4955119-
CMYK0.590.5400.53
HSL234.86º41.67%32.94%-
HSV(B)234.86º58.82%46.67%-
XYZ5.964.7218.05-
YUV60.5161.01119.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 55 (21.88% from 255) = 24.66%
BLUE value IS 119 (46.88% from 255) = 53.36%
R=21.97%
G=24.66%
B=53.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49551190.590.5400.53234.8641.6732.94
Hex3137773B36035eb2a21
Octal616716773660653535241
Binary1100011101111110111111011110110011010111101011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313777

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313777; }

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

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

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

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

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

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

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

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