#43558B

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

Shades of Tory Blue #43558B

Tints of Tory Blue #43558B

Color information

#43558B (or 0x43558B) is unknown color: approx Tory Blue. HEX triplet: 43, 55 and 8B. RGB value is (67,85,139). Sum of RGB (Red+Green+Blue) = 67+85+139=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 85 (33.59% from 255 or 29.21% from 291); Blue value is 139 (54.69% from 255 or 47.77% from 291); Max value from RGB is 139 - color contains mainly: blue. Hex color #43558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43558B is #BCAA74. Grayscale: #555555. Windows color (decimal): -12364405 or 9131331. OLE color: 9131331.

HSL color Cylindrical-coordinate representation of color #43558B: hue angle of 225º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43558B is Cyan = 0.52, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6785139-
CMYK0.520.3900.45
HSL225º34.95%40.39%-
HSV(B)225º51.8%54.51%-
XYZ10.229.5525.73-
YUV85.77158.04114.61-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.02%
GREEN value IS 85 (33.59% from 255) = 29.21%
BLUE value IS 139 (54.69% from 255) = 47.77%
R=23.02%
G=29.21%
B=47.77%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67851390.520.3900.4522534.9540.39
Hex43558B342702De12328
Octal10312521364470553414350
Binary1000011101010110001011110100100111010110111100001100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #43558B; }

 p { color: rgb(67,85,139); }

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

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

 a { background-color: rgb(67,85,139); }

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

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

 span { border-color: rgb(67,85,139); }

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