#313678

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

Shades of Torea Bay #313678

Tints of Torea Bay #313678

Color information

#313678 (or 0x313678) is unknown color: approx Torea Bay. HEX triplet: 31, 36 and 78. RGB value is (49,54,120). Sum of RGB (Red+Green+Blue) = 49+54+120=223 (29% of max value = 765). Red value is 49 (19.53% from 255 or 21.97% from 223); Green value is 54 (21.48% from 255 or 24.22% from 223); Blue value is 120 (47.27% from 255 or 53.81% from 223); Max value from RGB is 120 - color contains mainly: blue. Hex color #313678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313678 is #CEC987. Grayscale: #3B3B3B. Windows color (decimal): -13552008 or 7878193. OLE color: 7878193.

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

Color convert

RGB4954120-
CMYK0.590.5500.53
HSL235.77º42.01%33.14%-
HSV(B)235.77º59.17%47.06%-
XYZ5.984.6518.35-
YUV60.03161.84120.13-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.97%
GREEN value IS 54 (21.48% from 255) = 24.22%
BLUE value IS 120 (47.27% from 255) = 53.81%
R=21.97%
G=24.22%
B=53.81%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal49541200.590.5500.53235.7742.0133.14
Hex3136783B37035ec2a21
Octal616617073670653545241
Binary1100011101101111000111011110111011010111101100101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313678; }

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

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

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

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

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

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

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

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