#323F8E

Color #323F8E Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #323F8E

Tints of Tory Blue #323F8E

Color information

#323F8E (or 0x323F8E) is unknown color: approx Tory Blue. HEX triplet: 32, 3F and 8E. RGB value is (50,63,142). Sum of RGB (Red+Green+Blue) = 50+63+142=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 63 (25% from 255 or 24.71% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #323F8E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F8E is #CDC071. Grayscale: #434343. Windows color (decimal): -13484146 or 9322290. OLE color: 9322290.

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

Color convert

RGB5063142-
CMYK0.650.5600.44
HSL231.52º47.92%37.65%-
HSV(B)231.52º64.79%55.69%-
XYZ7.986.1926.36-
YUV68.12169.69115.08-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 63 (25% from 255) = 24.71%
BLUE value IS 142 (55.86% from 255) = 55.69%
R=19.61%
G=24.71%
B=55.69%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50631420.650.5600.44231.5247.9237.65
Hex323F8E413802Ce83026
Octal6277216101700543506046
Binary110010111111100011101000001111000010110011101000110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,63,142); }

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

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

 a { background-color: rgb(50,63,142); }

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

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

 span { border-color: rgb(50,63,142); }

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