#313878

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

Shades of Torea Bay #313878

Tints of Torea Bay #313878

Color information

#313878 (or 0x313878) is unknown color: approx Torea Bay. HEX triplet: 31, 38 and 78. RGB value is (49,56,120). Sum of RGB (Red+Green+Blue) = 49+56+120=225 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.78% from 225); Green value is 56 (22.27% from 255 or 24.89% from 225); Blue value is 120 (47.27% from 255 or 53.33% from 225); Max value from RGB is 120 - color contains mainly: blue. Hex color #313878 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313878 is #CEC787. Grayscale: #3C3C3C. Windows color (decimal): -13551496 or 7878705. OLE color: 7878705.

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

Color convert

RGB4956120-
CMYK0.590.5300.53
HSL234.08º42.01%33.14%-
HSV(B)234.08º59.17%47.06%-
XYZ6.074.8418.38-
YUV61.2161.18119.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.78%
GREEN value IS 56 (22.27% from 255) = 24.89%
BLUE value IS 120 (47.27% from 255) = 53.33%
R=21.78%
G=24.89%
B=53.33%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49561200.590.5300.53234.0842.0133.14
Hex3138783B35035ea2a21
Octal617017073650653525241
Binary1100011110001111000111011110101011010111101010101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313878; }

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

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

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

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

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

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

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

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