#323A7A

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

Shades of Torea Bay #323A7A

Tints of Torea Bay #323A7A

Color information

#323A7A (or 0x323A7A) is unknown color: approx Torea Bay. HEX triplet: 32, 3A and 7A. RGB value is (50,58,122). Sum of RGB (Red+Green+Blue) = 50+58+122=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 58 (23.05% from 255 or 25.22% from 230); Blue value is 122 (48.05% from 255 or 53.04% from 230); Max value from RGB is 122 - color contains mainly: blue. Hex color #323A7A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A7A is #CDC585. Grayscale: #3E3E3E. Windows color (decimal): -13485446 or 8010290. OLE color: 8010290.

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

Color convert

RGB5058122-
CMYK0.590.5200.52
HSL233.33º41.86%33.73%-
HSV(B)233.33º59.02%47.84%-
XYZ6.345.1119.06-
YUV62.9161.35118.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 58 (23.05% from 255) = 25.22%
BLUE value IS 122 (48.05% from 255) = 53.04%
R=21.74%
G=25.22%
B=53.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50581220.590.5200.52233.3341.8633.73
Hex323A7A3B34034e92a22
Octal627217273640643515242
Binary1100101110101111010111011110100011010011101001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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