#313A76

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

Shades of Torea Bay #313A76

Tints of Torea Bay #313A76

Color information

#313A76 (or 0x313A76) is unknown color: approx Torea Bay. HEX triplet: 31, 3A and 76. RGB value is (49,58,118). Sum of RGB (Red+Green+Blue) = 49+58+118=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 58 (23.05% from 255 or 25.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #313A76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A76 is #CEC589. Grayscale: #3D3D3D. Windows color (decimal): -13550986 or 7748145. OLE color: 7748145.

HSL color Cylindrical-coordinate representation of color #313A76: hue angle of 232.17º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313A76 is Cyan = 0.58, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB4958118-
CMYK0.580.5100.54
HSL232.17º41.32%32.75%-
HSV(B)232.17º58.47%46.27%-
XYZ6.054.9917.78-
YUV62.15159.52118.62-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 58 (23.05% from 255) = 25.78%
BLUE value IS 118 (46.48% from 255) = 52.44%
R=21.78%
G=25.78%
B=52.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal49581180.580.5100.54232.1741.3232.75
Hex313A763A33036e82921
Octal617216672630663505141
Binary1100011110101110110111010110011011011011101000101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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