#313673

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

Shades of Torea Bay #313673

Tints of Torea Bay #313673

Color information

#313673 (or 0x313673) is unknown color: approx Torea Bay. HEX triplet: 31, 36 and 73. RGB value is (49,54,115). Sum of RGB (Red+Green+Blue) = 49+54+115=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #313673 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313673 is #CEC98C. Grayscale: #3B3B3B. Windows color (decimal): -13552013 or 7550513. OLE color: 7550513.

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

Color convert

RGB4954115-
CMYK0.570.5300.55
HSL235.45º40.24%32.16%-
HSV(B)235.45º57.39%45.1%-
XYZ5.684.5316.79-
YUV59.46159.34120.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 115 (45.31% from 255) = 52.75%
R=22.48%
G=24.77%
B=52.75%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49541150.570.5300.55235.4540.2432.16
Hex3136733935037eb2820
Octal616616371650673535040
Binary1100011101101110011111001110101011011111101011101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313673

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313673; }

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

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

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

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

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

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

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

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