#323377

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

Shades of Torea Bay #323377

Tints of Torea Bay #323377

Color information

#323377 (or 0x323377) is unknown color: approx Torea Bay. HEX triplet: 32, 33 and 77. RGB value is (50,51,119). Sum of RGB (Red+Green+Blue) = 50+51+119=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 51 (20.31% from 255 or 23.18% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #323377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323377 is #CDCC88. Grayscale: #3A3A3A. Windows color (decimal): -13487241 or 7811890. OLE color: 7811890.

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

Color convert

RGB5051119-
CMYK0.580.5700.53
HSL239.13º40.83%33.14%-
HSV(B)239.13º57.98%46.67%-
XYZ5.834.3817.99-
YUV58.45162.17121.97-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 51 (20.31% from 255) = 23.18%
BLUE value IS 119 (46.88% from 255) = 54.09%
R=22.73%
G=23.18%
B=54.09%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50511190.580.5700.53239.1340.8333.14
Hex3233773A39035ef2921
Octal626316772710653575141
Binary1100101100111110111111010111001011010111101111101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323377; }

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

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

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

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

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

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

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

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