#43548D

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

Shades of Tory Blue #43548D

Tints of Tory Blue #43548D

Color information

#43548D (or 0x43548D) is unknown color: approx Tory Blue. HEX triplet: 43, 54 and 8D. RGB value is (67,84,141). Sum of RGB (Red+Green+Blue) = 67+84+141=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 84 (33.20% from 255 or 28.77% from 292); Blue value is 141 (55.47% from 255 or 48.29% from 292); Max value from RGB is 141 - color contains mainly: blue. Hex color #43548D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43548D is #BCAB72. Grayscale: #555555. Windows color (decimal): -12364659 or 9262147. OLE color: 9262147.

HSL color Cylindrical-coordinate representation of color #43548D: hue angle of 226.22º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43548D is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6784141-
CMYK0.520.4000.45
HSL226.22º35.58%40.78%-
HSV(B)226.22º52.48%55.29%-
XYZ10.299.4626.48-
YUV85.42159.37114.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.95%
GREEN value IS 84 (33.20% from 255) = 28.77%
BLUE value IS 141 (55.47% from 255) = 48.29%
R=22.95%
G=28.77%
B=48.29%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67841410.520.4000.45226.2235.5840.78
Hex43548D342802De22429
Octal10312421564500553424451
Binary1000011101010010001101110100101000010110111100010100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43548D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43548D; }

 p { color: rgb(67,84,141); }

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

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

 a { background-color: rgb(67,84,141); }

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

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

 span { border-color: rgb(67,84,141); }

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