#313A72

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

Shades of Torea Bay #313A72

Tints of Torea Bay #313A72

Color information

#313A72 (or 0x313A72) is unknown color: approx Torea Bay. HEX triplet: 31, 3A and 72. RGB value is (49,58,114). Sum of RGB (Red+Green+Blue) = 49+58+114=221 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.17% from 221); Green value is 58 (23.05% from 255 or 26.24% from 221); Blue value is 114 (44.92% from 255 or 51.58% from 221); Max value from RGB is 114 - color contains mainly: blue. Hex color #313A72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A72 is #CEC58D. Grayscale: #3D3D3D. Windows color (decimal): -13550990 or 7486001. OLE color: 7486001.

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

Color convert

RGB4958114-
CMYK0.570.4900.55
HSL231.69º39.88%31.96%-
HSV(B)231.69º57.02%44.71%-
XYZ5.824.8916.56-
YUV61.69157.52118.95-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.17%
GREEN value IS 58 (23.05% from 255) = 26.24%
BLUE value IS 114 (44.92% from 255) = 51.58%
R=22.17%
G=26.24%
B=51.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49581140.570.4900.55231.6939.8831.96
Hex313A723931037e82820
Octal617216271610673505040
Binary1100011110101110010111001110001011011111101000101000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A72; }

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

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

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

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

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

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

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

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