#323E85

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

Shades of Torea Bay #323E85

Tints of Torea Bay #323E85

Color information

#323E85 (or 0x323E85) is unknown color: approx Torea Bay. HEX triplet: 32, 3E and 85. RGB value is (50,62,133). Sum of RGB (Red+Green+Blue) = 50+62+133=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 62 (24.61% from 255 or 25.31% from 245); Blue value is 133 (52.34% from 255 or 54.29% from 245); Max value from RGB is 133 - color contains mainly: blue. Hex color #323E85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E85 is #CDC17A. Grayscale: #424242. Windows color (decimal): -13484411 or 8732210. OLE color: 8732210.

HSL color Cylindrical-coordinate representation of color #323E85: hue angle of 231.33º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #323E85 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB5062133-
CMYK0.620.5300.48
HSL231.33º45.36%35.88%-
HSV(B)231.33º62.41%52.16%-
XYZ7.275.8222.93-
YUV66.51165.52116.23-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 62 (24.61% from 255) = 25.31%
BLUE value IS 133 (52.34% from 255) = 54.29%
R=20.41%
G=25.31%
B=54.29%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50621330.620.5300.48231.3345.3635.88
Hex323E853E35030e72d24
Octal627620576650603475544
Binary11001011111010000101111110110101011000011100111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #323E85; }

 p { color: rgb(50,62,133); }

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

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

 a { background-color: rgb(50,62,133); }

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

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

 span { border-color: rgb(50,62,133); }

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