#264593

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

Shades of Tory Blue #264593

Tints of Tory Blue #264593

Color information

#264593 (or 0x264593) is unknown color: approx Tory Blue. HEX triplet: 26, 45 and 93. RGB value is (38,69,147). Sum of RGB (Red+Green+Blue) = 38+69+147=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #264593 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264593 is #D9BA6C. Grayscale: #444444. Windows color (decimal): -14269037 or 9651494. OLE color: 9651494.

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

Color convert

RGB3869147-
CMYK0.740.5300.42
HSL222.94º58.92%36.27%-
HSV(B)222.94º74.15%57.65%-
XYZ8.196.7728.48-
YUV68.62172.23106.16-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 69 (27.34% from 255) = 27.17%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=14.96%
G=27.17%
B=57.87%

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
Decimal38691470.740.5300.42222.9458.9236.27
Hex2645934A3502Adf3b24
Octal46105223112650523377344
Binary1001101000101100100111001010110101010101011011111111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264593; }

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

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

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

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

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

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

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

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