#264890

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

Shades of Tory Blue #264890

Tints of Tory Blue #264890

Color information

#264890 (or 0x264890) is unknown color: approx Tory Blue. HEX triplet: 26, 48 and 90. RGB value is (38,72,144). Sum of RGB (Red+Green+Blue) = 38+72+144=254 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.96% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #264890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264890 is #D9B76F. Grayscale: #454545. Windows color (decimal): -14268272 or 9455654. OLE color: 9455654.

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

Color convert

RGB3872144-
CMYK0.740.5000.44
HSL220.75º58.24%35.69%-
HSV(B)220.75º73.61%56.47%-
XYZ8.157.0627.32-
YUV70.04169.74105.15-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.96%
GREEN value IS 72 (28.52% from 255) = 28.35%
BLUE value IS 144 (56.64% from 255) = 56.69%
R=14.96%
G=28.35%
B=56.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal38721440.740.5000.44220.7558.2435.69
Hex2648904A3202Cdd3a24
Octal46110220112620543357244
Binary1001101001000100100001001010110010010110011011101111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264890; }

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

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

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

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

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

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

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

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