#323A7B

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

Shades of Torea Bay #323A7B

Tints of Torea Bay #323A7B

Color information

#323A7B (or 0x323A7B) is unknown color: approx Torea Bay. HEX triplet: 32, 3A and 7B. RGB value is (50,58,123). Sum of RGB (Red+Green+Blue) = 50+58+123=231 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.65% from 231); Green value is 58 (23.05% from 255 or 25.11% from 231); Blue value is 123 (48.44% from 255 or 53.25% from 231); Max value from RGB is 123 - color contains mainly: blue. Hex color #323A7B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323A7B is #CDC584. Grayscale: #3E3E3E. Windows color (decimal): -13485445 or 8075826. OLE color: 8075826.

HSL color Cylindrical-coordinate representation of color #323A7B: hue angle of 233.42º 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 #323A7B is Cyan = 0.59, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB5058123-
CMYK0.590.5300.52
HSL233.42º42.2%33.92%-
HSV(B)233.42º59.35%48.24%-
XYZ6.45.1319.39-
YUV63.02161.85118.71-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.65%
GREEN value IS 58 (23.05% from 255) = 25.11%
BLUE value IS 123 (48.44% from 255) = 53.25%
R=21.65%
G=25.11%
B=53.25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50581230.590.5300.52233.4242.233.92
Hex323A7B3B35034e92a22
Octal627217373650643515242
Binary1100101110101111011111011110101011010011101001101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323A7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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