#323279

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

Shades of Torea Bay #323279

Tints of Torea Bay #323279

Color information

#323279 (or 0x323279) is unknown color: approx Torea Bay. HEX triplet: 32, 32 and 79. RGB value is (50,50,121). Sum of RGB (Red+Green+Blue) = 50+50+121=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 50 (19.92% from 255 or 22.62% from 221); Blue value is 121 (47.66% from 255 or 54.75% from 221); Max value from RGB is 121 - color contains mainly: blue. Hex color #323279 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323279 is #CDCD86. Grayscale: #393939. Windows color (decimal): -13487495 or 7942706. OLE color: 7942706.

HSL color Cylindrical-coordinate representation of color #323279: hue angle of 240º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #323279 is Cyan = 0.59, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5050121-
CMYK0.590.5900.53
HSL240º41.52%33.53%-
HSV(B)240º58.68%47.45%-
XYZ5.914.3418.62-
YUV58.09163.5122.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 50 (19.92% from 255) = 22.62%
BLUE value IS 121 (47.66% from 255) = 54.75%
R=22.62%
G=22.62%
B=54.75%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50501210.590.5900.5324041.5233.53
Hex3232793B3B035f02a22
Octal626217173730653605242
Binary1100101100101111001111011111011011010111110000101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323279; }

 p { color: rgb(50,50,121); }

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

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

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

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

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

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

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