#264AA0

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

Shades of Tory Blue #264AA0

Tints of Tory Blue #264AA0

Color information

#264AA0 (or 0x264AA0) is unknown color: approx Tory Blue. HEX triplet: 26, 4A and A0. RGB value is (38,74,160). Sum of RGB (Red+Green+Blue) = 38+74+160=272 (36% of max value = 765). Red value is 38 (15.23% from 255 or 13.97% from 272); Green value is 74 (29.30% from 255 or 27.21% from 272); Blue value is 160 (62.89% from 255 or 58.82% from 272); Max value from RGB is 160 - color contains mainly: blue. Hex color #264AA0 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #264AA0 is #D9B55F. Grayscale: #484848. Windows color (decimal): -14267744 or 10504742. OLE color: 10504742.

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

Color convert

RGB3874160-
CMYK0.760.5400.37
HSL222.3º61.62%38.82%-
HSV(B)222.3º76.25%62.75%-
XYZ9.597.8534.27-
YUV73.04177.07103.01-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 13.97%
GREEN value IS 74 (29.30% from 255) = 27.21%
BLUE value IS 160 (62.89% from 255) = 58.82%
R=13.97%
G=27.21%
B=58.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal38741600.760.5400.37222.361.6238.82
Hex264AA04C36025de3e27
Octal46112240114660453367647
Binary1001101001010101000001001100110110010010111011110111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #264AA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(38,74,160); }

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

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

 a { background-color: rgb(38,74,160); }

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

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

 span { border-color: rgb(38,74,160); }

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