#324383

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

Shades of Tory Blue #324383

Tints of Tory Blue #324383

Color information

#324383 (or 0x324383) is unknown color: approx Tory Blue. HEX triplet: 32, 43 and 83. RGB value is (50,67,131). Sum of RGB (Red+Green+Blue) = 50+67+131=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 67 (26.56% from 255 or 27.02% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #324383 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #324383 is #CDBC7C. Grayscale: #444444. Windows color (decimal): -13483133 or 8602418. OLE color: 8602418.

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

Color convert

RGB5067131-
CMYK0.620.4900.49
HSL227.41º44.75%35.49%-
HSV(B)227.41º61.83%51.37%-
XYZ7.426.3322.3-
YUV69.21162.87114.3-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 67 (26.56% from 255) = 27.02%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=20.16%
G=27.02%
B=52.82%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50671310.620.4900.49227.4144.7535.49
Hex3243833E31031e32d23
Octal6210320376610613435543
Binary110010100001110000011111110110001011000111100011101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #324383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #324383; }

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

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

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

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

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

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

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

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