#264992

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

Shades of Tory Blue #264992

Tints of Tory Blue #264992

Color information

#264992 (or 0x264992) is unknown color: approx Tory Blue. HEX triplet: 26, 49 and 92. RGB value is (38,73,146). Sum of RGB (Red+Green+Blue) = 38+73+146=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 73 (28.91% from 255 or 28.40% from 257); Blue value is 146 (57.42% from 255 or 56.81% from 257); Max value from RGB is 146 - color contains mainly: blue. Hex color #264992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264992 is #D9B66D. Grayscale: #464646. Windows color (decimal): -14268014 or 9586982. OLE color: 9586982.

HSL color Cylindrical-coordinate representation of color #264992: hue angle of 220.56º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264992 is Cyan = 0.74, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3873146-
CMYK0.740.500.43
HSL220.56º58.7%36.08%-
HSV(B)220.56º73.97%57.25%-
XYZ8.377.2528.15-
YUV70.86170.4104.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 73 (28.91% from 255) = 28.40%
BLUE value IS 146 (57.42% from 255) = 56.81%
R=14.79%
G=28.40%
B=56.81%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38731460.740.500.43220.5658.736.08
Hex2649924A3202Bdd3b24
Octal46111222112620533357344
Binary1001101001001100100101001010110010010101111011101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264992; }

 p { color: rgb(38,73,146); }

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

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

 a { background-color: rgb(38,73,146); }

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

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

 span { border-color: rgb(38,73,146); }

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