#264297

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

Shades of Tory Blue #264297

Tints of Tory Blue #264297

Color information

#264297 (or 0x264297) is unknown color: approx Tory Blue. HEX triplet: 26, 42 and 97. RGB value is (38,66,151). Sum of RGB (Red+Green+Blue) = 38+66+151=255 (33% of max value = 765). Red value is 38 (15.23% from 255 or 14.90% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 151 (59.38% from 255 or 59.22% from 255); Max value from RGB is 151 - color contains mainly: blue. Hex color #264297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264297 is #D9BD68. Grayscale: #424242. Windows color (decimal): -14269801 or 9912870. OLE color: 9912870.

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

Color convert

RGB3866151-
CMYK0.750.5600.41
HSL225.13º59.79%37.06%-
HSV(B)225.13º74.83%59.22%-
XYZ8.336.5430.1-
YUV67.32175.22107.09-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.90%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 151 (59.38% from 255) = 59.22%
R=14.90%
G=25.88%
B=59.22%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38661510.750.5600.41225.1359.7937.06
Hex2642974B38029e13c25
Octal46102227113700513417445
Binary1001101000010100101111001011111000010100111100001111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264297; }

 p { color: rgb(38,66,151); }

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

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

 a { background-color: rgb(38,66,151); }

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

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

 span { border-color: rgb(38,66,151); }

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