#26438B

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

Shades of Tory Blue #26438B

Tints of Tory Blue #26438B

Color information

#26438B (or 0x26438B) is unknown color: approx Tory Blue. HEX triplet: 26, 43 and 8B. RGB value is (38,67,139). Sum of RGB (Red+Green+Blue) = 38+67+139=244 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.57% from 244); Green value is 67 (26.56% from 255 or 27.46% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #26438B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26438B is #D9BC74. Grayscale: #424242. Windows color (decimal): -14269557 or 9126694. OLE color: 9126694.

HSL color Cylindrical-coordinate representation of color #26438B: hue angle of 222.77º 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 #26438B is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3867139-
CMYK0.730.5200.45
HSL222.77º57.06%34.71%-
HSV(B)222.77º72.66%54.51%-
XYZ7.476.2925.25-
YUV66.54168.89107.65-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 15.57%
GREEN value IS 67 (26.56% from 255) = 27.46%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=15.57%
G=27.46%
B=56.97%

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
Decimal38671390.730.5200.45222.7757.0634.71
Hex26438B493402Ddf3923
Octal46103213111640553377143
Binary1001101000011100010111001001110100010110111011111111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26438B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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