#323881

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

Shades of Torea Bay #323881

Tints of Torea Bay #323881

Color information

#323881 (or 0x323881) is unknown color: approx Torea Bay. HEX triplet: 32, 38 and 81. RGB value is (50,56,129). Sum of RGB (Red+Green+Blue) = 50+56+129=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 56 (22.27% from 255 or 23.83% from 235); Blue value is 129 (50.78% from 255 or 54.89% from 235); Max value from RGB is 129 - color contains mainly: blue. Hex color #323881 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323881 is #CDC77E. Grayscale: #3E3E3E. Windows color (decimal): -13485951 or 8468530. OLE color: 8468530.

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

Color convert

RGB5056129-
CMYK0.610.5700.49
HSL235.44º44.13%35.1%-
HSV(B)235.44º61.24%50.59%-
XYZ6.695.0921.4-
YUV62.53165.51119.06-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 56 (22.27% from 255) = 23.83%
BLUE value IS 129 (50.78% from 255) = 54.89%
R=21.28%
G=23.83%
B=54.89%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50561290.610.5700.49235.4444.1335.1
Hex3238813D39031eb2c23
Octal627020175710613535443
Binary11001011100010000001111101111001011000111101011101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323881; }

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

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

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

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

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

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

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

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