#323A79

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

Shades of Torea Bay #323A79

Tints of Torea Bay #323A79

Color information

#323A79 (or 0x323A79) is unknown color: approx Torea Bay. HEX triplet: 32, 3A and 79. RGB value is (50,58,121). Sum of RGB (Red+Green+Blue) = 50+58+121=229 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.83% from 229); Green value is 58 (23.05% from 255 or 25.33% from 229); Blue value is 121 (47.66% from 255 or 52.84% from 229); Max value from RGB is 121 - color contains mainly: blue. Hex color #323A79 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A79 is #CDC586. Grayscale: #3E3E3E. Windows color (decimal): -13485447 or 7944754. OLE color: 7944754.

HSL color Cylindrical-coordinate representation of color #323A79: hue angle of 233.24º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323A79 is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5058121-
CMYK0.590.5200.53
HSL233.24º41.52%33.53%-
HSV(B)233.24º58.68%47.45%-
XYZ6.285.0818.74-
YUV62.79160.85118.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.83%
GREEN value IS 58 (23.05% from 255) = 25.33%
BLUE value IS 121 (47.66% from 255) = 52.84%
R=21.83%
G=25.33%
B=52.84%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50581210.590.5200.53233.2441.5233.53
Hex323A793B34035e92a22
Octal627217173640653515242
Binary1100101110101111001111011110100011010111101001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,58,121); }

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

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

 a { background-color: rgb(50,58,121); }

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

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

 span { border-color: rgb(50,58,121); }

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