#323672

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

Shades of Torea Bay #323672

Tints of Torea Bay #323672

Color information

#323672 (or 0x323672) is unknown color: approx Torea Bay. HEX triplet: 32, 36 and 72. RGB value is (50,54,114). Sum of RGB (Red+Green+Blue) = 50+54+114=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 54 (21.48% from 255 or 24.77% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #323672 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323672 is #CDC98D. Grayscale: #3B3B3B. Windows color (decimal): -13486478 or 7484978. OLE color: 7484978.

HSL color Cylindrical-coordinate representation of color #323672: hue angle of 236.25º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #323672 is Cyan = 0.56, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB5054114-
CMYK0.560.5300.55
HSL236.25º39.02%32.16%-
HSV(B)236.25º56.14%44.71%-
XYZ5.674.5316.5-
YUV59.64158.67121.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 54 (21.48% from 255) = 24.77%
BLUE value IS 114 (44.92% from 255) = 52.29%
R=22.94%
G=24.77%
B=52.29%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50541140.560.5300.55236.2539.0232.16
Hex3236723835037ec2720
Octal626616270650673544740
Binary1100101101101110010111000110101011011111101100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323672; }

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

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

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

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

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

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

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

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