#313772

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

Shades of Torea Bay #313772

Tints of Torea Bay #313772

Color information

#313772 (or 0x313772) is unknown color: approx Torea Bay. HEX triplet: 31, 37 and 72. RGB value is (49,55,114). Sum of RGB (Red+Green+Blue) = 49+55+114=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 55 (21.88% from 255 or 25.23% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #313772 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313772 is #CEC88D. Grayscale: #3B3B3B. Windows color (decimal): -13551758 or 7485233. OLE color: 7485233.

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

Color convert

RGB4955114-
CMYK0.570.5200.55
HSL234.46º39.88%31.96%-
HSV(B)234.46º57.02%44.71%-
XYZ5.674.616.51-
YUV59.93158.51120.2-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 55 (21.88% from 255) = 25.23%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=22.48%
G=25.23%
B=52.29%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49551140.570.5200.55234.4639.8831.96
Hex3137723934037ea2820
Octal616716271640673525040
Binary1100011101111110010111001110100011011111101010101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313772; }

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

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

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

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

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

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

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

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