#313876

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

Shades of Torea Bay #313876

Tints of Torea Bay #313876

Color information

#313876 (or 0x313876) is unknown color: approx Torea Bay. HEX triplet: 31, 38 and 76. RGB value is (49,56,118). Sum of RGB (Red+Green+Blue) = 49+56+118=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 56 (22.27% from 255 or 25.11% from 223); Blue value is 118 (46.48% from 255 or 52.91% from 223); Max value from RGB is 118 - color contains mainly: blue. Hex color #313876 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313876 is #CEC789. Grayscale: #3C3C3C. Windows color (decimal): -13551498 or 7747633. OLE color: 7747633.

HSL color Cylindrical-coordinate representation of color #313876: hue angle of 233.91º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313876 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4956118-
CMYK0.580.5300.54
HSL233.91º41.32%32.75%-
HSV(B)233.91º58.47%46.27%-
XYZ5.954.7917.75-
YUV60.97160.18119.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 56 (22.27% from 255) = 25.11%
BLUE value IS 118 (46.48% from 255) = 52.91%
R=21.97%
G=25.11%
B=52.91%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49561180.580.5300.54233.9141.3232.75
Hex3138763A35036ea2921
Octal617016672650663525141
Binary1100011110001110110111010110101011011011101010101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313876; }

 p { color: rgb(49,56,118); }

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

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

 a { background-color: rgb(49,56,118); }

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

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

 span { border-color: rgb(49,56,118); }

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