#264B9F

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

Shades of Tory Blue #264B9F

Tints of Tory Blue #264B9F

Color information

#264B9F (or 0x264B9F) is unknown color: approx Tory Blue. HEX triplet: 26, 4B and 9F. RGB value is (38,75,159). Sum of RGB (Red+Green+Blue) = 38+75+159=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 159 (62.5% from 255 or 58.46% from 272); Max value from RGB is 159 - color contains mainly: blue. Hex color #264B9F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264B9F is #D9B460. Grayscale: #494949. Windows color (decimal): -14267489 or 10439462. OLE color: 10439462.

HSL color Cylindrical-coordinate representation of color #264B9F: hue angle of 221.65º degrees, saturation: 0.61, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #264B9F is Cyan = 0.76, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3875159-
CMYK0.760.5300.38
HSL221.65º61.42%38.63%-
HSV(B)221.65º76.1%62.35%-
XYZ9.577.9533.83-
YUV73.51176.24102.67-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 75 (29.69% from 255) = 27.57%
BLUE value IS 159 (62.5% from 255) = 58.46%
R=13.97%
G=27.57%
B=58.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38751590.760.5300.38221.6561.4238.63
Hex264B9F4C35026de3d27
Octal46113237114650463367547
Binary1001101001011100111111001100110101010011011011110111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #264B9F; }

 p { color: rgb(38,75,159); }

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

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

 a { background-color: rgb(38,75,159); }

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

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

 span { border-color: rgb(38,75,159); }

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