#313970

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

Shades of Torea Bay #313970

Tints of Torea Bay #313970

Color information

#313970 (or 0x313970) is unknown color: approx Torea Bay. HEX triplet: 31, 39 and 70. RGB value is (49,57,112). Sum of RGB (Red+Green+Blue) = 49+57+112=218 (28% of max value = 765). Red value is 49 (19.53% from 255 or 22.48% from 218); Green value is 57 (22.66% from 255 or 26.15% from 218); Blue value is 112 (44.14% from 255 or 51.38% from 218); Max value from RGB is 112 - color contains mainly: blue. Hex color #313970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #313970 is #CEC68F. Grayscale: #3C3C3C. Windows color (decimal): -13551248 or 7354673. OLE color: 7354673.

HSL color Cylindrical-coordinate representation of color #313970: hue angle of 232.38º 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 #313970 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB4957112-
CMYK0.560.4900.56
HSL232.38º39.13%31.57%-
HSV(B)232.38º56.25%43.92%-
XYZ5.654.7515.95-
YUV60.88156.85119.53-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 22.48%
GREEN value IS 57 (22.66% from 255) = 26.15%
BLUE value IS 112 (44.14% from 255) = 51.38%
R=22.48%
G=26.15%
B=51.38%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal49571120.560.4900.56232.3839.1331.57
Hex3139703831038e82720
Octal617116070610703504740
Binary1100011110011110000111000110001011100011101000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313970; }

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

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

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

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

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

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

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

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