#323E82

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

Shades of Torea Bay #323E82

Tints of Torea Bay #323E82

Color information

#323E82 (or 0x323E82) is unknown color: approx Torea Bay. HEX triplet: 32, 3E and 82. RGB value is (50,62,130). Sum of RGB (Red+Green+Blue) = 50+62+130=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 62 (24.61% from 255 or 25.62% from 242); Blue value is 130 (51.17% from 255 or 53.72% from 242); Max value from RGB is 130 - color contains mainly: blue. Hex color #323E82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E82 is #CDC17D. Grayscale: #414141. Windows color (decimal): -13484414 or 8535602. OLE color: 8535602.

HSL color Cylindrical-coordinate representation of color #323E82: hue angle of 231º degrees, saturation: 0.44, 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 #323E82 is Cyan = 0.62, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5062130-
CMYK0.620.5200.49
HSL231º44.44%35.29%-
HSV(B)231º61.54%50.98%-
XYZ7.075.7421.85-
YUV66.16164.02116.47-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 62 (24.61% from 255) = 25.62%
BLUE value IS 130 (51.17% from 255) = 53.72%
R=20.66%
G=25.62%
B=53.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50621300.620.5200.4923144.4435.29
Hex323E823E34031e72c23
Octal627620276640613475443
Binary11001011111010000010111110110100011000111100111101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E82; }

 p { color: rgb(50,62,130); }

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

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

 a { background-color: rgb(50,62,130); }

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

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

 span { border-color: rgb(50,62,130); }

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