#313978

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

Shades of Torea Bay #313978

Tints of Torea Bay #313978

Color information

#313978 (or 0x313978) is unknown color: approx Torea Bay. HEX triplet: 31, 39 and 78. RGB value is (49,57,120). Sum of RGB (Red+Green+Blue) = 49+57+120=226 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.68% from 226); Green value is 57 (22.66% from 255 or 25.22% from 226); Blue value is 120 (47.27% from 255 or 53.10% from 226); Max value from RGB is 120 - color contains mainly: blue. Hex color #313978 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313978 is #CEC687. Grayscale: #3D3D3D. Windows color (decimal): -13551240 or 7878961. OLE color: 7878961.

HSL color Cylindrical-coordinate representation of color #313978: hue angle of 233.24º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #313978 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4957120-
CMYK0.590.5200.53
HSL233.24º42.01%33.14%-
HSV(B)233.24º59.17%47.06%-
XYZ6.124.9418.4-
YUV61.79160.85118.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.68%
GREEN value IS 57 (22.66% from 255) = 25.22%
BLUE value IS 120 (47.27% from 255) = 53.10%
R=21.68%
G=25.22%
B=53.10%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49571200.590.5200.53233.2442.0133.14
Hex3139783B34035e92a21
Octal617117073640653515241
Binary1100011110011111000111011110100011010111101001101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313978; }

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

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

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

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

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

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

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

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