#323D82

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

Shades of Torea Bay #323D82

Tints of Torea Bay #323D82

Color information

#323D82 (or 0x323D82) is unknown color: approx Torea Bay. HEX triplet: 32, 3D and 82. RGB value is (50,61,130). Sum of RGB (Red+Green+Blue) = 50+61+130=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 61 (24.22% from 255 or 25.31% from 241); Blue value is 130 (51.17% from 255 or 53.94% from 241); Max value from RGB is 130 - color contains mainly: blue. Hex color #323D82 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323D82 is #CDC27D. Grayscale: #414141. Windows color (decimal): -13484670 or 8535346. OLE color: 8535346.

HSL color Cylindrical-coordinate representation of color #323D82: hue angle of 231.75º degrees, saturation: 0.44, 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 #323D82 is Cyan = 0.62, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB5061130-
CMYK0.620.5300.49
HSL231.75º44.44%35.29%-
HSV(B)231.75º61.54%50.98%-
XYZ7.015.6321.84-
YUV65.58164.36116.89-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 61 (24.22% from 255) = 25.31%
BLUE value IS 130 (51.17% from 255) = 53.94%
R=20.75%
G=25.31%
B=53.94%

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
Decimal50611300.620.5300.49231.7544.4435.29
Hex323D823E35031e82c23
Octal627520276650613505443
Binary11001011110110000010111110110101011000111101000101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323D82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,61,130); }

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

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

 a { background-color: rgb(50,61,130); }

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

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

 span { border-color: rgb(50,61,130); }

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