#323E83

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

Shades of Torea Bay #323E83

Tints of Torea Bay #323E83

Color information

#323E83 (or 0x323E83) is unknown color: approx Torea Bay. HEX triplet: 32, 3E and 83. RGB value is (50,62,131). Sum of RGB (Red+Green+Blue) = 50+62+131=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 62 (24.61% from 255 or 25.51% from 243); Blue value is 131 (51.56% from 255 or 53.91% from 243); Max value from RGB is 131 - color contains mainly: blue. Hex color #323E83 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323E83 is #CDC17C. Grayscale: #414141. Windows color (decimal): -13484413 or 8601138. OLE color: 8601138.

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

Color convert

RGB5062131-
CMYK0.620.5300.49
HSL231.11º44.75%35.49%-
HSV(B)231.11º61.83%51.37%-
XYZ7.135.7622.21-
YUV66.28164.52116.39-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 62 (24.61% from 255) = 25.51%
BLUE value IS 131 (51.56% from 255) = 53.91%
R=20.58%
G=25.51%
B=53.91%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50621310.620.5300.49231.1144.7535.49
Hex323E833E35031e72d23
Octal627620376650613475543
Binary11001011111010000011111110110101011000111100111101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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