#434C87

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

Shades of Tory Blue #434C87

Tints of Tory Blue #434C87

Color information

#434C87 (or 0x434C87) is unknown color: approx Tory Blue. HEX triplet: 43, 4C and 87. RGB value is (67,76,135). Sum of RGB (Red+Green+Blue) = 67+76+135=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #434C87 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #434C87 is #BCB378. Grayscale: #4F4F4F. Windows color (decimal): -12366713 or 8866883. OLE color: 8866883.

HSL color Cylindrical-coordinate representation of color #434C87: hue angle of 232.06º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #434C87 is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB6776135-
CMYK0.500.4400.47
HSL232.06º33.66%39.61%-
HSV(B)232.06º50.37%52.94%-
XYZ9.278.1124-
YUV80.04159.02118.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 24.10%
GREEN value IS 76 (30.08% from 255) = 27.34%
BLUE value IS 135 (53.12% from 255) = 48.56%
R=24.10%
G=27.34%
B=48.56%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67761350.500.4400.47232.0633.6639.61
Hex434C87322C02Fe82228
Octal10311420762540573504250
Binary1000011100110010000111110010101100010111111101000100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434C87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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