#323679

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

Shades of Torea Bay #323679

Tints of Torea Bay #323679

Color information

#323679 (or 0x323679) is unknown color: approx Torea Bay. HEX triplet: 32, 36 and 79. RGB value is (50,54,121). Sum of RGB (Red+Green+Blue) = 50+54+121=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 54 (21.48% from 255 or 24% from 225); Blue value is 121 (47.66% from 255 or 53.78% from 225); Max value from RGB is 121 - color contains mainly: blue. Hex color #323679 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323679 is #CDC986. Grayscale: #3C3C3C. Windows color (decimal): -13486471 or 7943730. OLE color: 7943730.

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

Color convert

RGB5054121-
CMYK0.590.5500.53
HSL236.62º41.52%33.53%-
HSV(B)236.62º58.68%47.45%-
XYZ6.094.718.68-
YUV60.44162.17120.55-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 54 (21.48% from 255) = 24%
BLUE value IS 121 (47.66% from 255) = 53.78%
R=22.22%
G=24%
B=53.78%

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
Decimal50541210.590.5500.53236.6241.5233.53
Hex3236793B37035ed2a22
Octal626617173670653555242
Binary1100101101101111001111011110111011010111101101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323679; }

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

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

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

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

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

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

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

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