#323B7D

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

Shades of Torea Bay #323B7D

Tints of Torea Bay #323B7D

Color information

#323B7D (or 0x323B7D) is unknown color: approx Torea Bay. HEX triplet: 32, 3B and 7D. RGB value is (50,59,125). Sum of RGB (Red+Green+Blue) = 50+59+125=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 59 (23.44% from 255 or 25.21% from 234); Blue value is 125 (49.22% from 255 or 53.42% from 234); Max value from RGB is 125 - color contains mainly: blue. Hex color #323B7D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B7D is #CDC482. Grayscale: #3F3F3F. Windows color (decimal): -13485187 or 8207154. OLE color: 8207154.

HSL color Cylindrical-coordinate representation of color #323B7D: hue angle of 232.8º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #323B7D is Cyan = 0.60, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5059125-
CMYK0.600.5300.51
HSL232.8º42.86%34.31%-
HSV(B)232.8º60%49.02%-
XYZ6.585.2920.08-
YUV63.83162.52118.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 59 (23.44% from 255) = 25.21%
BLUE value IS 125 (49.22% from 255) = 53.42%
R=21.37%
G=25.21%
B=53.42%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50591250.600.5300.51232.842.8634.31
Hex323B7D3C35033e92b22
Octal627317574650633515342
Binary1100101110111111101111100110101011001111101001101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,59,125); }

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

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

 a { background-color: rgb(50,59,125); }

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

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

 span { border-color: rgb(50,59,125); }

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