#26438C

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

Shades of Tory Blue #26438C

Tints of Tory Blue #26438C

Color information

#26438C (or 0x26438C) is unknown color: approx Tory Blue. HEX triplet: 26, 43 and 8C. RGB value is (38,67,140). Sum of RGB (Red+Green+Blue) = 38+67+140=245 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.51% from 245); Green value is 67 (26.56% from 255 or 27.35% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #26438C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26438C is #D9BC73. Grayscale: #424242. Windows color (decimal): -14269556 or 9192230. OLE color: 9192230.

HSL color Cylindrical-coordinate representation of color #26438C: hue angle of 222.94º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26438C is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3867140-
CMYK0.730.5200.45
HSL222.94º57.3%34.9%-
HSV(B)222.94º72.86%54.9%-
XYZ7.546.3225.63-
YUV66.65169.39107.56-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.51%
GREEN value IS 67 (26.56% from 255) = 27.35%
BLUE value IS 140 (55.08% from 255) = 57.14%
R=15.51%
G=27.35%
B=57.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal38671400.730.5200.45222.9457.334.9
Hex26438C493402Ddf3923
Octal46103214111640553377143
Binary1001101000011100011001001001110100010110111011111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26438C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26438C; }

 p { color: rgb(38,67,140); }

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

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

 a { background-color: rgb(38,67,140); }

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

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

 span { border-color: rgb(38,67,140); }

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