#264893

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

Shades of Tory Blue #264893

Tints of Tory Blue #264893

Color information

#264893 (or 0x264893) is unknown color: approx Tory Blue. HEX triplet: 26, 48 and 93. RGB value is (38,72,147). Sum of RGB (Red+Green+Blue) = 38+72+147=257 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.79% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #264893 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264893 is #D9B76C. Grayscale: #464646. Windows color (decimal): -14268269 or 9652262. OLE color: 9652262.

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

Color convert

RGB3872147-
CMYK0.740.5100.42
HSL221.28º58.92%36.27%-
HSV(B)221.28º74.15%57.65%-
XYZ8.387.1528.54-
YUV70.38171.24104.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.79%
GREEN value IS 72 (28.52% from 255) = 28.02%
BLUE value IS 147 (57.81% from 255) = 57.20%
R=14.79%
G=28.02%
B=57.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38721470.740.5100.42221.2858.9236.27
Hex2648934A3302Add3b24
Octal46110223112630523357344
Binary1001101001000100100111001010110011010101011011101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264893; }

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

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

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

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

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

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

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

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