#313a7d

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

Shades of Torea Bay #313A7D

Tints of Torea Bay #313A7D

Color information

#313A7D (or 0x313A7D) is unknown color: approx Torea Bay. HEX triplet: 31, 3A and 7D. RGB value is (49,58,125). Sum of RGB (Red+Green+Blue) = 49+58+125=232 (30% of max value = 765). Red value is 49 (19.53% from 255 or 21.12% from 232); Green value is 58 (23.05% from 255 or 25% from 232); Blue value is 125 (49.22% from 255 or 53.88% from 232); Max value from RGB is 125 - color contains mainly: blue. Hex color #313A7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A7D is #CEC582. Grayscale: #3E3E3E. Windows color (decimal): -13550979 or 8206897. OLE color: 8206897.

HSL color Cylindrical-coordinate representation of color #313A7D: hue angle of 232.89º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #313A7D is Cyan = 0.61, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB4958125-
CMYK0.610.5400.51
HSL232.89º43.68%34.12%-
HSV(B)232.89º60.8%49.02%-
XYZ6.485.1620.06-
YUV62.95163.02118.05-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 21.12%
GREEN value IS 58 (23.05% from 255) = 25%
BLUE value IS 125 (49.22% from 255) = 53.88%
R=21.12%
G=25%
B=53.88%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal49581250.610.5400.51232.8943.6834.12
Hex313A7D3D36033e92c22
Octal617217575660633515442
Binary1100011110101111101111101110110011001111101001101100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313a7d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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