#313A70

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

Shades of Torea Bay #313A70

Tints of Torea Bay #313A70

Color information

#313A70 (or 0x313A70) is unknown color: approx Torea Bay. HEX triplet: 31, 3A and 70. RGB value is (49,58,112). Sum of RGB (Red+Green+Blue) = 49+58+112=219 (29% of max value = 765). Red value is 49 (19.53% from 255 or 22.37% from 219); Green value is 58 (23.05% from 255 or 26.48% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #313A70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313A70 is #CEC58F. Grayscale: #3D3D3D. Windows color (decimal): -13550992 or 7354929. OLE color: 7354929.

HSL color Cylindrical-coordinate representation of color #313A70: hue angle of 231.43º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #313A70 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4958112-
CMYK0.560.4800.56
HSL231.43º39.13%31.57%-
HSV(B)231.43º56.25%43.92%-
XYZ5.74.8515.96-
YUV61.46156.52119.11-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.37%
GREEN value IS 58 (23.05% from 255) = 26.48%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=22.37%
G=26.48%
B=51.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49581120.560.4800.56231.4339.1331.57
Hex313A703830038e72720
Octal617216070600703474740
Binary1100011110101110000111000110000011100011100111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313A70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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