#313677

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

Shades of Torea Bay #313677

Tints of Torea Bay #313677

Color information

#313677 (or 0x313677) is unknown color: approx Torea Bay. HEX triplet: 31, 36 and 77. RGB value is (49,54,119). Sum of RGB (Red+Green+Blue) = 49+54+119=222 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.07% from 222); Green value is 54 (21.48% from 255 or 24.32% from 222); Blue value is 119 (46.88% from 255 or 53.60% from 222); Max value from RGB is 119 - color contains mainly: blue. Hex color #313677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313677 is #CEC988. Grayscale: #3B3B3B. Windows color (decimal): -13552009 or 7812657. OLE color: 7812657.

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

Color convert

RGB4954119-
CMYK0.590.5500.53
HSL235.71º41.67%32.94%-
HSV(B)235.71º58.82%46.67%-
XYZ5.924.6218.03-
YUV59.92161.34120.21-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.07%
GREEN value IS 54 (21.48% from 255) = 24.32%
BLUE value IS 119 (46.88% from 255) = 53.60%
R=22.07%
G=24.32%
B=53.60%

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
Decimal49541190.590.5500.53235.7141.6732.94
Hex3136773B37035ec2a21
Octal616616773670653545241
Binary1100011101101110111111011110111011010111101100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313677; }

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

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

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

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

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

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

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

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