#264691

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

Shades of Tory Blue #264691

Tints of Tory Blue #264691

Color information

#264691 (or 0x264691) is unknown color: approx Tory Blue. HEX triplet: 26, 46 and 91. RGB value is (38,70,145). Sum of RGB (Red+Green+Blue) = 38+70+145=253 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.02% from 253); Green value is 70 (27.73% from 255 or 27.67% from 253); Blue value is 145 (57.03% from 255 or 57.31% from 253); Max value from RGB is 145 - color contains mainly: blue. Hex color #264691 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264691 is #D9B96E. Grayscale: #444444. Windows color (decimal): -14268783 or 9520678. OLE color: 9520678.

HSL color Cylindrical-coordinate representation of color #264691: hue angle of 222.06º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #264691 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB3870145-
CMYK0.740.5200.43
HSL222.06º58.47%35.88%-
HSV(B)222.06º73.79%56.86%-
XYZ8.16.8427.68-
YUV68.98170.9105.9-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.02%
GREEN value IS 70 (27.73% from 255) = 27.67%
BLUE value IS 145 (57.03% from 255) = 57.31%
R=15.02%
G=27.67%
B=57.31%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal38701450.740.5200.43222.0658.4735.88
Hex2646914A3402Bde3a24
Octal46106221112640533367244
Binary1001101000110100100011001010110100010101111011110111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264691; }

 p { color: rgb(38,70,145); }

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

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

 a { background-color: rgb(38,70,145); }

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

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

 span { border-color: rgb(38,70,145); }

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