#435292

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

Shades of Tory Blue #435292

Tints of Tory Blue #435292

Color information

#435292 (or 0x435292) is unknown color: approx Tory Blue. HEX triplet: 43, 52 and 92. RGB value is (67,82,146). Sum of RGB (Red+Green+Blue) = 67+82+146=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 146 (57.42% from 255 or 49.49% from 295); Max value from RGB is 146 - color contains mainly: blue. Hex color #435292 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435292 is #BCAD6D. Grayscale: #545454. Windows color (decimal): -12365166 or 9589315. OLE color: 9589315.

HSL color Cylindrical-coordinate representation of color #435292: hue angle of 228.61º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #435292 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6782146-
CMYK0.540.4400.43
HSL228.61º37.09%41.76%-
HSV(B)228.61º54.11%57.25%-
XYZ10.529.328.44-
YUV84.81162.53115.3-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.71%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 146 (57.42% from 255) = 49.49%
R=22.71%
G=27.80%
B=49.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67821460.540.4400.43228.6137.0941.76
Hex435292362C02Be5252a
Octal10312222266540533454552
Binary1000011101001010010010110110101100010101111100101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435292; }

 p { color: rgb(67,82,146); }

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

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

 a { background-color: rgb(67,82,146); }

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

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

 span { border-color: rgb(67,82,146); }

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