#323B72

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

Shades of Torea Bay #323B72

Tints of Torea Bay #323B72

Color information

#323B72 (or 0x323B72) is unknown color: approx Torea Bay. HEX triplet: 32, 3B and 72. RGB value is (50,59,114). Sum of RGB (Red+Green+Blue) = 50+59+114=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 59 (23.44% from 255 or 26.46% from 223); Blue value is 114 (44.92% from 255 or 51.12% from 223); Max value from RGB is 114 - color contains mainly: blue. Hex color #323B72 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323B72 is #CDC48D. Grayscale: #3E3E3E. Windows color (decimal): -13485198 or 7486258. OLE color: 7486258.

HSL color Cylindrical-coordinate representation of color #323B72: hue angle of 231.56º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323B72 is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5059114-
CMYK0.560.4800.55
HSL231.56º39.02%32.16%-
HSV(B)231.56º56.14%44.71%-
XYZ5.925.0216.58-
YUV62.58157.02119.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 59 (23.44% from 255) = 26.46%
BLUE value IS 114 (44.92% from 255) = 51.12%
R=22.42%
G=26.46%
B=51.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50591140.560.4800.55231.5639.0232.16
Hex323B723830037e82720
Octal627316270600673504740
Binary1100101110111110010111000110000011011111101000100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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