#434E86

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

Shades of Tory Blue #434E86

Tints of Tory Blue #434E86

Color information

#434E86 (or 0x434E86) is unknown color: approx Tory Blue. HEX triplet: 43, 4E and 86. RGB value is (67,78,134). Sum of RGB (Red+Green+Blue) = 67+78+134=279 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.01% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 134 (52.73% from 255 or 48.03% from 279); Max value from RGB is 134 - color contains mainly: blue. Hex color #434E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434E86 is #BCB179. Grayscale: #505050. Windows color (decimal): -12366202 or 8801859. OLE color: 8801859.

HSL color Cylindrical-coordinate representation of color #434E86: hue angle of 230.15º 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 #434E86 is Cyan = 0.5, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6778134-
CMYK0.50.4200.47
HSL230.15º33.33%39.41%-
HSV(B)230.15º50%52.55%-
XYZ9.348.3623.68-
YUV81.09157.86117.95-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.01%
GREEN value IS 78 (30.86% from 255) = 27.96%
BLUE value IS 134 (52.73% from 255) = 48.03%
R=24.01%
G=27.96%
B=48.03%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67781340.50.4200.47230.1533.3339.41
Hex434E86322A02Fe62127
Octal10311620662520573464147
Binary1000011100111010000110110010101010010111111100110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434E86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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