#43538A

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

Shades of Tory Blue #43538A

Tints of Tory Blue #43538A

Color information

#43538A (or 0x43538A) is unknown color: approx Tory Blue. HEX triplet: 43, 53 and 8A. RGB value is (67,83,138). Sum of RGB (Red+Green+Blue) = 67+83+138=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #43538A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43538A is #BCAC75. Grayscale: #545454. Windows color (decimal): -12364918 or 9065283. OLE color: 9065283.

HSL color Cylindrical-coordinate representation of color #43538A: hue angle of 226.48º 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 #43538A is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6783138-
CMYK0.510.4000.46
HSL226.48º34.63%40.2%-
HSV(B)226.48º51.45%54.12%-
XYZ109.2125.3-
YUV84.49158.2115.53-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.26%
GREEN value IS 83 (32.81% from 255) = 28.82%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=23.26%
G=28.82%
B=47.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67831380.510.4000.46226.4834.6340.2
Hex43538A332802Ee22328
Octal10312321263500563424350
Binary1000011101001110001010110011101000010111011100010100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #43538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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