#435092

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

Shades of Tory Blue #435092

Tints of Tory Blue #435092

Color information

#435092 (or 0x435092) is unknown color: approx Tory Blue. HEX triplet: 43, 50 and 92. RGB value is (67,80,146). Sum of RGB (Red+Green+Blue) = 67+80+146=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 146 (57.42% from 255 or 49.83% from 293); Max value from RGB is 146 - color contains mainly: blue. Hex color #435092 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #435092 is #BCAF6D. Grayscale: #535353. Windows color (decimal): -12365678 or 9588803. OLE color: 9588803.

HSL color Cylindrical-coordinate representation of color #435092: hue angle of 230.13º 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 #435092 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB6780146-
CMYK0.540.4500.43
HSL230.13º37.09%41.76%-
HSV(B)230.13º54.11%57.25%-
XYZ10.379.0128.39-
YUV83.64163.19116.13-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 22.87%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 146 (57.42% from 255) = 49.83%
R=22.87%
G=27.30%
B=49.83%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal67801460.540.4500.43230.1337.0941.76
Hex435092362D02Be6252a
Octal10312022266550533464552
Binary1000011101000010010010110110101101010101111100110100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #435092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #435092; }

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

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

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

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

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

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

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

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