#313A7A

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

Shades of Torea Bay #313A7A

Tints of Torea Bay #313A7A

Color information

#313A7A (or 0x313A7A) is unknown color: approx Torea Bay. HEX triplet: 31, 3A and 7A. RGB value is (49,58,122). Sum of RGB (Red+Green+Blue) = 49+58+122=229 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.40% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 122 (48.05% from 255 or 53.28% from 229); Max value from RGB is 122 - color contains mainly: blue. Hex color #313A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A7A is #CEC585. Grayscale: #3E3E3E. Windows color (decimal): -13550982 or 8010289. OLE color: 8010289.

HSL color Cylindrical-coordinate representation of color #313A7A: hue angle of 232.6º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #313A7A is Cyan = 0.60, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB4958122-
CMYK0.600.5200.52
HSL232.6º42.69%33.53%-
HSV(B)232.6º59.84%47.84%-
XYZ6.295.0819.06-
YUV62.6161.52118.3-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.40%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 122 (48.05% from 255) = 53.28%
R=21.40%
G=25.33%
B=53.28%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal49581220.600.5200.52232.642.6933.53
Hex313A7A3C34034e92b22
Octal617217274640643515342
Binary1100011110101111010111100110100011010011101001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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