#434F8E

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

Shades of Tory Blue #434F8E

Tints of Tory Blue #434F8E

Color information

#434F8E (or 0x434F8E) is unknown color: approx Tory Blue. HEX triplet: 43, 4F and 8E. RGB value is (67,79,142). Sum of RGB (Red+Green+Blue) = 67+79+142=288 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.26% from 288); Green value is 79 (31.25% from 255 or 27.43% from 288); Blue value is 142 (55.86% from 255 or 49.31% from 288); Max value from RGB is 142 - color contains mainly: blue. Hex color #434F8E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #434F8E is #BCB071. Grayscale: #525252. Windows color (decimal): -12365938 or 9326403. OLE color: 9326403.

HSL color Cylindrical-coordinate representation of color #434F8E: hue angle of 230.4º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #434F8E is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB6779142-
CMYK0.530.4400.44
HSL230.4º35.89%40.98%-
HSV(B)230.4º52.82%55.69%-
XYZ9.998.7426.75-
YUV82.59161.52116.88-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 23.26%
GREEN value IS 79 (31.25% from 255) = 27.43%
BLUE value IS 142 (55.86% from 255) = 49.31%
R=23.26%
G=27.43%
B=49.31%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal67791420.530.4400.44230.435.8940.98
Hex434F8E352C02Ce62429
Octal10311721665540543464451
Binary1000011100111110001110110101101100010110011100110100100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434F8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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