#323779

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

Shades of Torea Bay #323779

Tints of Torea Bay #323779

Color information

#323779 (or 0x323779) is unknown color: approx Torea Bay. HEX triplet: 32, 37 and 79. RGB value is (50,55,121). Sum of RGB (Red+Green+Blue) = 50+55+121=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 55 (21.88% from 255 or 24.34% from 226); Blue value is 121 (47.66% from 255 or 53.54% from 226); Max value from RGB is 121 - color contains mainly: blue. Hex color #323779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323779 is #CDC886. Grayscale: #3C3C3C. Windows color (decimal): -13486215 or 7943986. OLE color: 7943986.

HSL color Cylindrical-coordinate representation of color #323779: hue angle of 235.77º 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 #323779 is Cyan = 0.59, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB5055121-
CMYK0.590.5500.53
HSL235.77º41.52%33.53%-
HSV(B)235.77º58.68%47.45%-
XYZ6.134.7918.69-
YUV61.03161.84120.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 55 (21.88% from 255) = 24.34%
BLUE value IS 121 (47.66% from 255) = 53.54%
R=22.12%
G=24.34%
B=53.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50551210.590.5500.53235.7741.5233.53
Hex3237793B37035ec2a22
Octal626717173670653545242
Binary1100101101111111001111011110111011010111101100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323779

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323779; }

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

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

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

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

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

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

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

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