#43548A

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

Shades of Tory Blue #43548A

Tints of Tory Blue #43548A

Color information

#43548A (or 0x43548A) is unknown color: approx Tory Blue. HEX triplet: 43, 54 and 8A. RGB value is (67,84,138). Sum of RGB (Red+Green+Blue) = 67+84+138=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 138 (54.30% from 255 or 47.75% from 289); Max value from RGB is 138 - color contains mainly: blue. Hex color #43548A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43548A is #BCAB75. Grayscale: #545454. Windows color (decimal): -12364662 or 9065539. OLE color: 9065539.

HSL color Cylindrical-coordinate representation of color #43548A: hue angle of 225.63º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43548A is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6784138-
CMYK0.510.3900.46
HSL225.63º34.63%40.2%-
HSV(B)225.63º51.45%54.12%-
XYZ10.079.3725.32-
YUV85.07157.87115.11-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.18%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 138 (54.30% from 255) = 47.75%
R=23.18%
G=29.07%
B=47.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67841380.510.3900.46225.6334.6340.2
Hex43548A332702Ee22328
Octal10312421263470563424350
Binary1000011101010010001010110011100111010111011100010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43548A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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