#264493

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

Shades of Tory Blue #264493

Tints of Tory Blue #264493

Color information

#264493 (or 0x264493) is unknown color: approx Tory Blue. HEX triplet: 26, 44 and 93. RGB value is (38,68,147). Sum of RGB (Red+Green+Blue) = 38+68+147=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 147 (57.81% from 255 or 58.10% from 253); Max value from RGB is 147 - color contains mainly: blue. Hex color #264493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264493 is #D9BB6C. Grayscale: #434343. Windows color (decimal): -14269293 or 9651238. OLE color: 9651238.

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

Color convert

RGB3868147-
CMYK0.740.5400.42
HSL223.49º58.92%36.27%-
HSV(B)223.49º74.15%57.65%-
XYZ8.136.6528.46-
YUV68.04172.56106.58-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 147 (57.81% from 255) = 58.10%
R=15.02%
G=26.88%
B=58.10%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38681470.740.5400.42223.4958.9236.27
Hex2644934A3602Adf3b24
Octal46104223112660523377344
Binary1001101000100100100111001010110110010101011011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264493; }

 p { color: rgb(38,68,147); }

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

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

 a { background-color: rgb(38,68,147); }

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

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

 span { border-color: rgb(38,68,147); }

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