#43528c

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

Shades of Tory Blue #43528C

Tints of Tory Blue #43528C

Color information

#43528C (or 0x43528C) is unknown color: approx Tory Blue. HEX triplet: 43, 52 and 8C. RGB value is (67,82,140). Sum of RGB (Red+Green+Blue) = 67+82+140=289 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.18% from 289); Green value is 82 (32.42% from 255 or 28.37% from 289); Blue value is 140 (55.08% from 255 or 48.44% from 289); Max value from RGB is 140 - color contains mainly: blue. Hex color #43528C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43528C is #BCAD73. Grayscale: #535353. Windows color (decimal): -12365172 or 9196099. OLE color: 9196099.

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

Color convert

RGB6782140-
CMYK0.520.4100.45
HSL227.67º35.27%40.59%-
HSV(B)227.67º52.14%54.9%-
XYZ10.079.1226.04-
YUV84.13159.53115.78-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.18%
GREEN value IS 82 (32.42% from 255) = 28.37%
BLUE value IS 140 (55.08% from 255) = 48.44%
R=23.18%
G=28.37%
B=48.44%

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
Decimal67821400.520.4100.45227.6735.2740.59
Hex43528C342902De42329
Octal10312221464510553444351
Binary1000011101001010001100110100101001010110111100100100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43528c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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