#313577

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

Shades of Torea Bay #313577

Tints of Torea Bay #313577

Color information

#313577 (or 0x313577) is unknown color: approx Torea Bay. HEX triplet: 31, 35 and 77. RGB value is (49,53,119). Sum of RGB (Red+Green+Blue) = 49+53+119=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 53 (21.09% from 255 or 23.98% from 221); Blue value is 119 (46.88% from 255 or 53.85% from 221); Max value from RGB is 119 - color contains mainly: blue. Hex color #313577 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313577 is #CECA88. Grayscale: #3B3B3B. Windows color (decimal): -13552265 or 7812401. OLE color: 7812401.

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

Color convert

RGB4953119-
CMYK0.590.5500.53
HSL236.57º41.67%32.94%-
HSV(B)236.57º58.82%46.67%-
XYZ5.874.5318.02-
YUV59.33161.67120.63-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 53 (21.09% from 255) = 23.98%
BLUE value IS 119 (46.88% from 255) = 53.85%
R=22.17%
G=23.98%
B=53.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49531190.590.5500.53236.5741.6732.94
Hex3135773B37035ed2a21
Octal616516773670653555241
Binary1100011101011110111111011110111011010111101101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313577

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313577; }

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

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

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

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

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

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

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

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