#313477

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

Shades of Torea Bay #313477

Tints of Torea Bay #313477

Color information

#313477 (or 0x313477) is unknown color: approx Torea Bay. HEX triplet: 31, 34 and 77. RGB value is (49,52,119). Sum of RGB (Red+Green+Blue) = 49+52+119=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 52 (20.70% from 255 or 23.64% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #313477 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313477 is #CECB88. Grayscale: #3A3A3A. Windows color (decimal): -13552521 or 7812145. OLE color: 7812145.

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

Color convert

RGB4952119-
CMYK0.590.5600.53
HSL237.43º41.67%32.94%-
HSV(B)237.43º58.82%46.67%-
XYZ5.824.4418-
YUV58.74162.01121.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 52 (20.70% from 255) = 23.64%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=22.27%
G=23.64%
B=54.09%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49521190.590.5600.53237.4341.6732.94
Hex3134773B38035ed2a21
Octal616416773700653555241
Binary1100011101001110111111011111000011010111101101101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313477; }

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

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

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

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

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

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

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

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