#264594

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

Shades of Tory Blue #264594

Tints of Tory Blue #264594

Color information

#264594 (or 0x264594) is unknown color: approx Tory Blue. HEX triplet: 26, 45 and 94. RGB value is (38,69,148). Sum of RGB (Red+Green+Blue) = 38+69+148=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 69 (27.34% from 255 or 27.06% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #264594 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264594 is #D9BA6B. Grayscale: #444444. Windows color (decimal): -14269036 or 9717030. OLE color: 9717030.

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

Color convert

RGB3869148-
CMYK0.740.5300.42
HSL223.09º59.14%36.47%-
HSV(B)223.09º74.32%58.04%-
XYZ8.276.8128.89-
YUV68.74172.73106.08-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 69 (27.34% from 255) = 27.06%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=14.90%
G=27.06%
B=58.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal38691480.740.5300.42223.0959.1436.47
Hex2645944A3502Adf3b24
Octal46105224112650523377344
Binary1001101000101100101001001010110101010101011011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264594

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264594; }

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

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

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

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

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

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

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

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