#434C89

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

Shades of Tory Blue #434C89

Tints of Tory Blue #434C89

Color information

#434C89 (or 0x434C89) is unknown color: approx Tory Blue. HEX triplet: 43, 4C and 89. RGB value is (67,76,137). Sum of RGB (Red+Green+Blue) = 67+76+137=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 76 (30.08% from 255 or 27.14% from 280); Blue value is 137 (53.91% from 255 or 48.93% from 280); Max value from RGB is 137 - color contains mainly: blue. Hex color #434C89 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C89 is #BCB376. Grayscale: #505050. Windows color (decimal): -12366711 or 8997955. OLE color: 8997955.

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

Color convert

RGB6776137-
CMYK0.510.4500.46
HSL232.29º34.31%40%-
HSV(B)232.29º51.09%53.73%-
XYZ9.418.1724.75-
YUV80.26160.02118.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.93%
GREEN value IS 76 (30.08% from 255) = 27.14%
BLUE value IS 137 (53.91% from 255) = 48.93%
R=23.93%
G=27.14%
B=48.93%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal67761370.510.4500.46232.2934.3140
Hex434C89332D02Ee82228
Octal10311421163550563504250
Binary1000011100110010001001110011101101010111011101000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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