#264096

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

Shades of Tory Blue #264096

Tints of Tory Blue #264096

Color information

#264096 (or 0x264096) is unknown color: approx Tory Blue. HEX triplet: 26, 40 and 96. RGB value is (38,64,150). Sum of RGB (Red+Green+Blue) = 38+64+150=252 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.08% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 150 (58.98% from 255 or 59.52% from 252); Max value from RGB is 150 - color contains mainly: blue. Hex color #264096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264096 is #D9BF69. Grayscale: #414141. Windows color (decimal): -14270314 or 9846822. OLE color: 9846822.

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

Color convert

RGB3864150-
CMYK0.750.5700.41
HSL226.07º59.57%36.86%-
HSV(B)226.07º74.67%58.82%-
XYZ8.146.2829.64-
YUV66.03175.39108.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.08%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 150 (58.98% from 255) = 59.52%
R=15.08%
G=25.40%
B=59.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal38641500.750.5700.41226.0759.5736.86
Hex2640964B39029e23c25
Octal46100226113710513427445
Binary1001101000000100101101001011111001010100111100010111100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264096; }

 p { color: rgb(38,64,150); }

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

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

 a { background-color: rgb(38,64,150); }

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

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

 span { border-color: rgb(38,64,150); }

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