#264598

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

Shades of Tory Blue #264598

Tints of Tory Blue #264598

Color information

#264598 (or 0x264598) is unknown color: approx Tory Blue. HEX triplet: 26, 45 and 98. RGB value is (38,69,152). Sum of RGB (Red+Green+Blue) = 38+69+152=259 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.67% from 259); Green value is 69 (27.34% from 255 or 26.64% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #264598 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264598 is #D9BA67. Grayscale: #444444. Windows color (decimal): -14269032 or 9979174. OLE color: 9979174.

HSL color Cylindrical-coordinate representation of color #264598: hue angle of 223.68º 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 #264598 is Cyan = 0.75, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3869152-
CMYK0.750.5500.40
HSL223.68º60%37.25%-
HSV(B)223.68º75%59.61%-
XYZ8.596.9430.59-
YUV69.19174.73105.75-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.67%
GREEN value IS 69 (27.34% from 255) = 26.64%
BLUE value IS 152 (59.77% from 255) = 58.69%
R=14.67%
G=26.64%
B=58.69%

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
Decimal38691520.750.5500.40223.686037.25
Hex2645984B37028e03c25
Octal46105230113670503407445
Binary1001101000101100110001001011110111010100011100000111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264598; }

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

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

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

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

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

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

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

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