#43528B

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

Shades of Tory Blue #43528B

Tints of Tory Blue #43528B

Color information

#43528B (or 0x43528B) is unknown color: approx Tory Blue. HEX triplet: 43, 52 and 8B. RGB value is (67,82,139). Sum of RGB (Red+Green+Blue) = 67+82+139=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 82 (32.42% from 255 or 28.47% from 288); Blue value is 139 (54.69% from 255 or 48.26% from 288); Max value from RGB is 139 - color contains mainly: blue. Hex color #43528B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43528B is #BCAD74. Grayscale: #535353. Windows color (decimal): -12365173 or 9130563. OLE color: 9130563.

HSL color Cylindrical-coordinate representation of color #43528B: hue angle of 227.5º 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 #43528B is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB6782139-
CMYK0.520.4100.45
HSL227.5º34.95%40.39%-
HSV(B)227.5º51.8%54.51%-
XYZ9.999.0925.65-
YUV84.01159.03115.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.26%
GREEN value IS 82 (32.42% from 255) = 28.47%
BLUE value IS 139 (54.69% from 255) = 48.26%
R=23.26%
G=28.47%
B=48.26%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67821390.520.4100.45227.534.9540.39
Hex43528B342902De42328
Octal10312221364510553444350
Binary1000011101001010001011110100101001010110111100100100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43528B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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