#434D86

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

Shades of Tory Blue #434D86

Tints of Tory Blue #434D86

Color information

#434D86 (or 0x434D86) is unknown color: approx Tory Blue. HEX triplet: 43, 4D and 86. RGB value is (67,77,134). Sum of RGB (Red+Green+Blue) = 67+77+134=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 77 (30.47% from 255 or 27.70% from 278); Blue value is 134 (52.73% from 255 or 48.20% from 278); Max value from RGB is 134 - color contains mainly: blue. Hex color #434D86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434D86 is #BCB279. Grayscale: #505050. Windows color (decimal): -12366458 or 8801603. OLE color: 8801603.

HSL color Cylindrical-coordinate representation of color #434D86: hue angle of 231.04º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434D86 is Cyan = 0.5, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6777134-
CMYK0.50.4300.47
HSL231.04º33.33%39.41%-
HSV(B)231.04º50%52.55%-
XYZ9.278.2223.65-
YUV80.51158.19118.37-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 77 (30.47% from 255) = 27.70%
BLUE value IS 134 (52.73% from 255) = 48.20%
R=24.10%
G=27.70%
B=48.20%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67771340.50.4300.47231.0433.3339.41
Hex434D86322B02Fe72127
Octal10311520662530573474147
Binary1000011100110110000110110010101011010111111100111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434D86; }

 p { color: rgb(67,77,134); }

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

<style>
 a { background-color: #434D86; }

 a { background-color: rgb(67,77,134); }

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

<style>
 span { border-color: #434D86; }

 span { border-color: rgb(67,77,134); }

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