#313982

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

Shades of Torea Bay #313982

Tints of Torea Bay #313982

Color information

#313982 (or 0x313982) is unknown color: approx Torea Bay. HEX triplet: 31, 39 and 82. RGB value is (49,57,130). Sum of RGB (Red+Green+Blue) = 49+57+130=236 (31% of max value = 765). Red value is 49 (19.53% from 255 or 20.76% from 236); Green value is 57 (22.66% from 255 or 24.15% from 236); Blue value is 130 (51.17% from 255 or 55.08% from 236); Max value from RGB is 130 - color contains mainly: blue. Hex color #313982 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313982 is #CEC67D. Grayscale: #3E3E3E. Windows color (decimal): -13551230 or 8534321. OLE color: 8534321.

HSL color Cylindrical-coordinate representation of color #313982: hue angle of 234.07º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #313982 is Cyan = 0.62, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB4957130-
CMYK0.620.5600.49
HSL234.07º45.25%35.1%-
HSV(B)234.07º62.31%50.98%-
XYZ6.765.1921.76-
YUV62.93165.85118.06-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.76%
GREEN value IS 57 (22.66% from 255) = 24.15%
BLUE value IS 130 (51.17% from 255) = 55.08%
R=20.76%
G=24.15%
B=55.08%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49571300.620.5600.49234.0745.2535.1
Hex3139823E38031ea2d23
Octal617120276700613525543
Binary11000111100110000010111110111000011000111101010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313982; }

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

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

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

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

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

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

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

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