#323376

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

Shades of Torea Bay #323376

Tints of Torea Bay #323376

Color information

#323376 (or 0x323376) is unknown color: approx Torea Bay. HEX triplet: 32, 33 and 76. RGB value is (50,51,118). Sum of RGB (Red+Green+Blue) = 50+51+118=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 51 (20.31% from 255 or 23.29% from 219); Blue value is 118 (46.48% from 255 or 53.88% from 219); Max value from RGB is 118 - color contains mainly: blue. Hex color #323376 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323376 is #CDCC89. Grayscale: #3A3A3A. Windows color (decimal): -13487242 or 7746354. OLE color: 7746354.

HSL color Cylindrical-coordinate representation of color #323376: hue angle of 239.12º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #323376 is Cyan = 0.58, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5051118-
CMYK0.580.5700.54
HSL239.12º40.48%32.94%-
HSV(B)239.12º57.63%46.27%-
XYZ5.774.3517.68-
YUV58.34161.67122.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 51 (20.31% from 255) = 23.29%
BLUE value IS 118 (46.48% from 255) = 53.88%
R=22.83%
G=23.29%
B=53.88%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50511180.580.5700.54239.1240.4832.94
Hex3233763A39036ef2821
Octal626316672710663575041
Binary1100101100111110110111010111001011011011101111101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323376; }

 p { color: rgb(50,51,118); }

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

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

 a { background-color: rgb(50,51,118); }

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

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

 span { border-color: rgb(50,51,118); }

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