#313881

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

Shades of Torea Bay #313881

Tints of Torea Bay #313881

Color information

#313881 (or 0x313881) is unknown color: approx Torea Bay. HEX triplet: 31, 38 and 81. RGB value is (49,56,129). Sum of RGB (Red+Green+Blue) = 49+56+129=234 (30% of max value = 765). Red value is 49 (19.53% from 255 or 20.94% from 234); Green value is 56 (22.27% from 255 or 23.93% from 234); Blue value is 129 (50.78% from 255 or 55.13% from 234); Max value from RGB is 129 - color contains mainly: blue. Hex color #313881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #313881 is #CEC77E. Grayscale: #3D3D3D. Windows color (decimal): -13551487 or 8468529. OLE color: 8468529.

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

Color convert

RGB4956129-
CMYK0.620.5700.49
HSL234.75º44.94%34.9%-
HSV(B)234.75º62.02%50.59%-
XYZ6.645.0721.4-
YUV62.23165.68118.56-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 20.94%
GREEN value IS 56 (22.27% from 255) = 23.93%
BLUE value IS 129 (50.78% from 255) = 55.13%
R=20.94%
G=23.93%
B=55.13%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal49561290.620.5700.49234.7544.9434.9
Hex3138813E39031eb2d23
Octal617020176710613535543
Binary11000111100010000001111110111001011000111101011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #313881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #313881; }

 p { color: rgb(49,56,129); }

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

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

 a { background-color: rgb(49,56,129); }

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

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

 span { border-color: rgb(49,56,129); }

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