#434D89

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

Shades of Tory Blue #434D89

Tints of Tory Blue #434D89

Color information

#434D89 (or 0x434D89) is unknown color: approx Tory Blue. HEX triplet: 43, 4D and 89. RGB value is (67,77,137). Sum of RGB (Red+Green+Blue) = 67+77+137=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 77 (30.47% from 255 or 27.40% from 281); Blue value is 137 (53.91% from 255 or 48.75% from 281); Max value from RGB is 137 - color contains mainly: blue. Hex color #434D89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434D89 is #BCB276. Grayscale: #505050. Windows color (decimal): -12366455 or 8998211. OLE color: 8998211.

HSL color Cylindrical-coordinate representation of color #434D89: hue angle of 231.43º degrees, saturation: 0.34, 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 #434D89 is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB6777137-
CMYK0.510.4400.46
HSL231.43º34.31%40%-
HSV(B)231.43º51.09%53.73%-
XYZ9.488.3124.77-
YUV80.85159.69118.12-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.84%
GREEN value IS 77 (30.47% from 255) = 27.40%
BLUE value IS 137 (53.91% from 255) = 48.75%
R=23.84%
G=27.40%
B=48.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67771370.510.4400.46231.4334.3140
Hex434D89332C02Ee72228
Octal10311521163540563474250
Binary1000011100110110001001110011101100010111011100111100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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