#313674

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

Shades of Torea Bay #313674

Tints of Torea Bay #313674

Color information

#313674 (or 0x313674) is unknown color: approx Torea Bay. HEX triplet: 31, 36 and 74. RGB value is (49,54,116). Sum of RGB (Red+Green+Blue) = 49+54+116=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 54 (21.48% from 255 or 24.66% from 219); Blue value is 116 (45.70% from 255 or 52.97% from 219); Max value from RGB is 116 - color contains mainly: blue. Hex color #313674 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313674 is #CEC98B. Grayscale: #3B3B3B. Windows color (decimal): -13552012 or 7616049. OLE color: 7616049.

HSL color Cylindrical-coordinate representation of color #313674: hue angle of 235.52º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #313674 is Cyan = 0.58, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB4954116-
CMYK0.580.5300.55
HSL235.52º40.61%32.35%-
HSV(B)235.52º57.76%45.49%-
XYZ5.744.5517.1-
YUV59.57159.84120.46-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 54 (21.48% from 255) = 24.66%
BLUE value IS 116 (45.70% from 255) = 52.97%
R=22.37%
G=24.66%
B=52.97%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal49541160.580.5300.55235.5240.6132.35
Hex3136743A35037ec2920
Octal616616472650673545140
Binary1100011101101110100111010110101011011111101100101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313674; }

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

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

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

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

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

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

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

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