#323678

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

Shades of Torea Bay #323678

Tints of Torea Bay #323678

Color information

#323678 (or 0x323678) is unknown color: approx Torea Bay. HEX triplet: 32, 36 and 78. RGB value is (50,54,120). Sum of RGB (Red+Green+Blue) = 50+54+120=224 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.32% from 224); Green value is 54 (21.48% from 255 or 24.11% from 224); Blue value is 120 (47.27% from 255 or 53.57% from 224); Max value from RGB is 120 - color contains mainly: blue. Hex color #323678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323678 is #CDC987. Grayscale: #3C3C3C. Windows color (decimal): -13486472 or 7878194. OLE color: 7878194.

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

Color convert

RGB5054120-
CMYK0.580.5500.53
HSL236.57º41.18%33.33%-
HSV(B)236.57º58.33%47.06%-
XYZ6.024.6718.35-
YUV60.33161.67120.63-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.32%
GREEN value IS 54 (21.48% from 255) = 24.11%
BLUE value IS 120 (47.27% from 255) = 53.57%
R=22.32%
G=24.11%
B=53.57%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50541200.580.5500.53236.5741.1833.33
Hex3236783A37035ed2921
Octal626617072670653555141
Binary1100101101101111000111010110111011010111101101101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323678; }

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

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

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

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

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

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

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

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