#43508B

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

Shades of Tory Blue #43508B

Tints of Tory Blue #43508B

Color information

#43508B (or 0x43508B) is unknown color: approx Tory Blue. HEX triplet: 43, 50 and 8B. RGB value is (67,80,139). Sum of RGB (Red+Green+Blue) = 67+80+139=286 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.43% from 286); Green value is 80 (31.64% from 255 or 27.97% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #43508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43508B is #BCAF74. Grayscale: #525252. Windows color (decimal): -12365685 or 9130051. OLE color: 9130051.

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

Color convert

RGB6780139-
CMYK0.520.4200.45
HSL229.17º34.95%40.39%-
HSV(B)229.17º51.8%54.51%-
XYZ9.848.7925.6-
YUV82.84159.69116.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.43%
GREEN value IS 80 (31.64% from 255) = 27.97%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=23.43%
G=27.97%
B=48.60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal67801390.520.4200.45229.1734.9540.39
Hex43508B342A02De52328
Octal10312021364520553454350
Binary1000011101000010001011110100101010010110111100101100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43508B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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