#434F87

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

Shades of Tory Blue #434F87

Tints of Tory Blue #434F87

Color information

#434F87 (or 0x434F87) is unknown color: approx Tory Blue. HEX triplet: 43, 4F and 87. RGB value is (67,79,135). Sum of RGB (Red+Green+Blue) = 67+79+135=281 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.84% from 281); Green value is 79 (31.25% from 255 or 28.11% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #434F87 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F87 is #BCB078. Grayscale: #515151. Windows color (decimal): -12365945 or 8867651. OLE color: 8867651.

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

Color convert

RGB6779135-
CMYK0.500.4100.47
HSL229.41º33.66%39.61%-
HSV(B)229.41º50.37%52.94%-
XYZ9.488.5324.07-
YUV81.8158.02117.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.84%
GREEN value IS 79 (31.25% from 255) = 28.11%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=23.84%
G=28.11%
B=48.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal67791350.500.4100.47229.4133.6639.61
Hex434F87322902Fe52228
Octal10311720762510573454250
Binary1000011100111110000111110010101001010111111100101100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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