#323675

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

Shades of Torea Bay #323675

Tints of Torea Bay #323675

Color information

#323675 (or 0x323675) is unknown color: approx Torea Bay. HEX triplet: 32, 36 and 75. RGB value is (50,54,117). Sum of RGB (Red+Green+Blue) = 50+54+117=221 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.62% from 221); Green value is 54 (21.48% from 255 or 24.43% from 221); Blue value is 117 (46.09% from 255 or 52.94% from 221); Max value from RGB is 117 - color contains mainly: blue. Hex color #323675 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323675 is #CDC98A. Grayscale: #3B3B3B. Windows color (decimal): -13486475 or 7681586. OLE color: 7681586.

HSL color Cylindrical-coordinate representation of color #323675: hue angle of 236.42º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #323675 is Cyan = 0.57, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB5054117-
CMYK0.570.5400.54
HSL236.42º40.12%32.75%-
HSV(B)236.42º57.26%45.88%-
XYZ5.854.617.41-
YUV59.99160.17120.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.62%
GREEN value IS 54 (21.48% from 255) = 24.43%
BLUE value IS 117 (46.09% from 255) = 52.94%
R=22.62%
G=24.43%
B=52.94%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50541170.570.5400.54236.4240.1232.75
Hex3236753936036ec2821
Octal626616571660663545041
Binary1100101101101110101111001110110011011011101100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323675; }

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

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

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

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

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

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

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

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