#323F8B

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

Shades of Tory Blue #323F8B

Tints of Tory Blue #323F8B

Color information

#323F8B (or 0x323F8B) is unknown color: approx Tory Blue. HEX triplet: 32, 3F and 8B. RGB value is (50,63,139). Sum of RGB (Red+Green+Blue) = 50+63+139=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 63 (25% from 255 or 25% from 252); Blue value is 139 (54.69% from 255 or 55.16% from 252); Max value from RGB is 139 - color contains mainly: blue. Hex color #323F8B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #323F8B is #CDC074. Grayscale: #434343. Windows color (decimal): -13484149 or 9125682. OLE color: 9125682.

HSL color Cylindrical-coordinate representation of color #323F8B: hue angle of 231.24º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #323F8B is Cyan = 0.64, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB5063139-
CMYK0.640.5500.45
HSL231.24º47.09%37.06%-
HSV(B)231.24º64.03%54.51%-
XYZ7.756.125.19-
YUV67.78168.19115.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 63 (25% from 255) = 25%
BLUE value IS 139 (54.69% from 255) = 55.16%
R=19.84%
G=25%
B=55.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50631390.640.5500.45231.2447.0937.06
Hex323F8B403702De72f25
Octal6277213100670553475745
Binary110010111111100010111000000110111010110111100111101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #323F8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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