#313972

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

Shades of Torea Bay #313972

Tints of Torea Bay #313972

Color information

#313972 (or 0x313972) is unknown color: approx Torea Bay. HEX triplet: 31, 39 and 72. RGB value is (49,57,114). Sum of RGB (Red+Green+Blue) = 49+57+114=220 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.27% from 220); Green value is 57 (22.66% from 255 or 25.91% from 220); Blue value is 114 (44.92% from 255 or 51.82% from 220); Max value from RGB is 114 - color contains mainly: blue. Hex color #313972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313972 is #CEC68D. Grayscale: #3C3C3C. Windows color (decimal): -13551246 or 7485745. OLE color: 7485745.

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

Color convert

RGB4957114-
CMYK0.570.5000.55
HSL232.62º39.88%31.96%-
HSV(B)232.62º57.02%44.71%-
XYZ5.774.7916.54-
YUV61.11157.85119.37-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.27%
GREEN value IS 57 (22.66% from 255) = 25.91%
BLUE value IS 114 (44.92% from 255) = 51.82%
R=22.27%
G=25.91%
B=51.82%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49571140.570.5000.55232.6239.8831.96
Hex3139723932037e92820
Octal617116271620673515040
Binary1100011110011110010111001110010011011111101001101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313972; }

 p { color: rgb(49,57,114); }

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

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

 a { background-color: rgb(49,57,114); }

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

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

 span { border-color: rgb(49,57,114); }

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