#264498

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

Shades of Tory Blue #264498

Tints of Tory Blue #264498

Color information

#264498 (or 0x264498) is unknown color: approx Tory Blue. HEX triplet: 26, 44 and 98. RGB value is (38,68,152). Sum of RGB (Red+Green+Blue) = 38+68+152=258 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.73% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #264498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264498 is #D9BB67. Grayscale: #444444. Windows color (decimal): -14269288 or 9978918. OLE color: 9978918.

HSL color Cylindrical-coordinate representation of color #264498: hue angle of 224.21º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #264498 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3868152-
CMYK0.750.5500.40
HSL224.21º60%37.25%-
HSV(B)224.21º75%59.61%-
XYZ8.536.8130.57-
YUV68.61175.06106.17-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.73%
GREEN value IS 68 (26.95% from 255) = 26.36%
BLUE value IS 152 (59.77% from 255) = 58.91%
R=14.73%
G=26.36%
B=58.91%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal38681520.750.5500.40224.216037.25
Hex2644984B37028e03c25
Octal46104230113670503407445
Binary1001101000100100110001001011110111010100011100000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264498; }

 p { color: rgb(38,68,152); }

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

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

 a { background-color: rgb(38,68,152); }

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

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

 span { border-color: rgb(38,68,152); }

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