#323970

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

Shades of Torea Bay #323970

Tints of Torea Bay #323970

Color information

#323970 (or 0x323970) is unknown color: approx Torea Bay. HEX triplet: 32, 39 and 70. RGB value is (50,57,112). Sum of RGB (Red+Green+Blue) = 50+57+112=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 57 (22.66% from 255 or 26.03% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #323970 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #323970 is #CDC68F. Grayscale: #3C3C3C. Windows color (decimal): -13485712 or 7354674. OLE color: 7354674.

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

Color convert

RGB5057112-
CMYK0.550.4900.56
HSL233.23º38.27%31.76%-
HSV(B)233.23º55.36%43.92%-
XYZ5.74.7715.95-
YUV61.18156.68120.03-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 57 (22.66% from 255) = 26.03%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=22.83%
G=26.03%
B=51.14%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50571120.550.4900.56233.2338.2731.76
Hex3239703731038e92620
Octal627116067610703514640
Binary1100101110011110000110111110001011100011101001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323970; }

 p { color: rgb(50,57,112); }

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

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

 a { background-color: rgb(50,57,112); }

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

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

 span { border-color: rgb(50,57,112); }

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