#313778

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

Shades of Torea Bay #313778

Tints of Torea Bay #313778

Color information

#313778 (or 0x313778) is unknown color: approx Torea Bay. HEX triplet: 31, 37 and 78. RGB value is (49,55,120). Sum of RGB (Red+Green+Blue) = 49+55+120=224 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.88% from 224); Green value is 55 (21.88% from 255 or 24.55% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #313778 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313778 is #CEC887. Grayscale: #3C3C3C. Windows color (decimal): -13551752 or 7878449. OLE color: 7878449.

HSL color Cylindrical-coordinate representation of color #313778: hue angle of 234.93º 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 #313778 is Cyan = 0.59, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB4955120-
CMYK0.590.5400.53
HSL234.93º42.01%33.14%-
HSV(B)234.93º59.17%47.06%-
XYZ6.024.7418.37-
YUV60.62161.51119.71-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.88%
GREEN value IS 55 (21.88% from 255) = 24.55%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=21.88%
G=24.55%
B=53.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49551200.590.5400.53234.9342.0133.14
Hex3137783B36035eb2a21
Octal616717073660653535241
Binary1100011101111111000111011110110011010111101011101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313778; }

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

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

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

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

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

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

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

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