#264994

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

Shades of Tory Blue #264994

Tints of Tory Blue #264994

Color information

#264994 (or 0x264994) is unknown color: approx Tory Blue. HEX triplet: 26, 49 and 94. RGB value is (38,73,148). Sum of RGB (Red+Green+Blue) = 38+73+148=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 148 (58.20% from 255 or 57.14% from 259); Max value from RGB is 148 - color contains mainly: blue. Hex color #264994 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264994 is #D9B66B. Grayscale: #464646. Windows color (decimal): -14268012 or 9718054. OLE color: 9718054.

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

Color convert

RGB3873148-
CMYK0.740.5100.42
HSL220.91º59.14%36.47%-
HSV(B)220.91º74.32%58.04%-
XYZ8.537.3228.98-
YUV71.09171.4104.4-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 73 (28.91% from 255) = 28.19%
BLUE value IS 148 (58.20% from 255) = 57.14%
R=14.67%
G=28.19%
B=57.14%

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
Decimal38731480.740.5100.42220.9159.1436.47
Hex2649944A3302Add3b24
Octal46111224112630523357344
Binary1001101001001100101001001010110011010101011011101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264994; }

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

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

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

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

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

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

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

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