#313473

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

Shades of Torea Bay #313473

Tints of Torea Bay #313473

Color information

#313473 (or 0x313473) is unknown color: approx Torea Bay. HEX triplet: 31, 34 and 73. RGB value is (49,52,115). Sum of RGB (Red+Green+Blue) = 49+52+115=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 52 (20.70% from 255 or 24.07% from 216); Blue value is 115 (45.31% from 255 or 53.24% from 216); Max value from RGB is 115 - color contains mainly: blue. Hex color #313473 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313473 is #CECB8C. Grayscale: #3A3A3A. Windows color (decimal): -13552525 or 7550001. OLE color: 7550001.

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

Color convert

RGB4952115-
CMYK0.570.5500.55
HSL237.27º40.24%32.16%-
HSV(B)237.27º57.39%45.1%-
XYZ5.594.3516.76-
YUV58.28160.01121.38-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 52 (20.70% from 255) = 24.07%
BLUE value IS 115 (45.31% from 255) = 53.24%
R=22.69%
G=24.07%
B=53.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49521150.570.5500.55237.2740.2432.16
Hex3134733937037ed2820
Octal616416371670673555040
Binary1100011101001110011111001110111011011111101101101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313473; }

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

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

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

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

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

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

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

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