#264794

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

Shades of Tory Blue #264794

Tints of Tory Blue #264794

Color information

#264794 (or 0x264794) is unknown color: approx Tory Blue. HEX triplet: 26, 47 and 94. RGB value is (38,71,148). Sum of RGB (Red+Green+Blue) = 38+71+148=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 71 (28.12% from 255 or 27.63% from 257); Blue value is 148 (58.20% from 255 or 57.59% from 257); Max value from RGB is 148 - color contains mainly: blue. Hex color #264794 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264794 is #D9B86B. Grayscale: #454545. Windows color (decimal): -14268524 or 9717542. OLE color: 9717542.

HSL color Cylindrical-coordinate representation of color #264794: hue angle of 222º 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 #264794 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3871148-
CMYK0.740.5200.42
HSL222º59.14%36.47%-
HSV(B)222º74.32%58.04%-
XYZ8.47.0628.94-
YUV69.91172.07105.24-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 71 (28.12% from 255) = 27.63%
BLUE value IS 148 (58.20% from 255) = 57.59%
R=14.79%
G=27.63%
B=57.59%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38711480.740.5200.4222259.1436.47
Hex2647944A3402Ade3b24
Octal46107224112640523367344
Binary1001101000111100101001001010110100010101011011110111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264794; }

 p { color: rgb(38,71,148); }

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

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

 a { background-color: rgb(38,71,148); }

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

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

 span { border-color: rgb(38,71,148); }

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