#26469E

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

Shades of Tory Blue #26469E

Tints of Tory Blue #26469E

Color information

#26469E (or 0x26469E) is unknown color: approx Tory Blue. HEX triplet: 26, 46 and 9E. RGB value is (38,70,158). Sum of RGB (Red+Green+Blue) = 38+70+158=266 (35% of max value = 765). Red value is 38 (15.23% from 255 or 14.29% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #26469E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26469E is #D9B961. Grayscale: #464646. Windows color (decimal): -14268770 or 10372646. OLE color: 10372646.

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

Color convert

RGB3870158-
CMYK0.760.5600.38
HSL224º61.22%38.43%-
HSV(B)224º75.95%61.96%-
XYZ9.167.2633.27-
YUV70.46177.4104.84-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 14.29%
GREEN value IS 70 (27.73% from 255) = 26.32%
BLUE value IS 158 (62.11% from 255) = 59.40%
R=14.29%
G=26.32%
B=59.40%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal38701580.760.5600.3822461.2238.43
Hex26469E4C38026e03d26
Octal46106236114700463407546
Binary1001101000110100111101001100111000010011011100000111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26469E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26469E; }

 p { color: rgb(38,70,158); }

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

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

 a { background-color: rgb(38,70,158); }

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

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

 span { border-color: rgb(38,70,158); }

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