#313A6D

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

Shades of Torea Bay #313A6D

Tints of Torea Bay #313A6D

Color information

#313A6D (or 0x313A6D) is unknown color: approx Torea Bay. HEX triplet: 31, 3A and 6D. RGB value is (49,58,109). Sum of RGB (Red+Green+Blue) = 49+58+109=216 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.69% from 216); Green value is 58 (23.05% from 255 or 26.85% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #313A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A6D is #CEC592. Grayscale: #3C3C3C. Windows color (decimal): -13550995 or 7158321. OLE color: 7158321.

HSL color Cylindrical-coordinate representation of color #313A6D: hue angle of 231º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #313A6D is Cyan = 0.55, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB4958109-
CMYK0.550.4700.57
HSL231º37.97%30.98%-
HSV(B)231º55.05%42.75%-
XYZ5.544.7815.1-
YUV61.12155.02119.35-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.69%
GREEN value IS 58 (23.05% from 255) = 26.85%
BLUE value IS 109 (42.97% from 255) = 50.46%
R=22.69%
G=26.85%
B=50.46%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal49581090.550.4700.5723137.9730.98
Hex313A6D372F039e7261f
Octal617215567570713474637
Binary110001111010110110111011110111101110011110011110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313A6D; }

 p { color: rgb(49,58,109); }

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

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

 a { background-color: rgb(49,58,109); }

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

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

 span { border-color: rgb(49,58,109); }

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