#313873

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

Shades of Torea Bay #313873

Tints of Torea Bay #313873

Color information

#313873 (or 0x313873) is unknown color: approx Torea Bay. HEX triplet: 31, 38 and 73. RGB value is (49,56,115). Sum of RGB (Red+Green+Blue) = 49+56+115=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 56 (22.27% from 255 or 25.45% from 220); Blue value is 115 (45.31% from 255 or 52.27% from 220); Max value from RGB is 115 - color contains mainly: blue. Hex color #313873 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313873 is #CEC78C. Grayscale: #3C3C3C. Windows color (decimal): -13551501 or 7551025. OLE color: 7551025.

HSL color Cylindrical-coordinate representation of color #313873: hue angle of 233.64º degrees, saturation: 0.4, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #313873 is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4956115-
CMYK0.570.5100.55
HSL233.64º40.24%32.16%-
HSV(B)233.64º57.39%45.1%-
XYZ5.784.7216.83-
YUV60.63158.68119.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 56 (22.27% from 255) = 25.45%
BLUE value IS 115 (45.31% from 255) = 52.27%
R=22.27%
G=25.45%
B=52.27%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49561150.570.5100.55233.6440.2432.16
Hex3138733933037ea2820
Octal617016371630673525040
Binary1100011110001110011111001110011011011111101010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313873; }

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

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

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

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

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

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

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

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