Html Css Color HEX #26408B Tory Blue

📋 copy color: '#26408B'

red 38 ◦ green 64 ◦ blue 139

#26408B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tory Blue #26408B

Tints of Tory Blue #26408B

RGB

 RED value IS 38 (15.23% from 255) = 15.77%

 GREEN value IS 64 (25.39% from 255) = 26.56%

 BLUE value IS 139 (54.69% from 255) = 57.68%

R = 15.77%
G = 26.56%
B = 57.68%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26408B (or 0x26408B) is known color: Tory Blue. HEX triplet: 26, 40 and 8B. RGB value is (38,64,139). Sum of RGB (Red+Green+Blue) = 38+64+139=241 (31% of max value = 765). Red value is 38 (15.23% from 255 or 15.77% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 139 (54.69% from 255 or 57.68% from 241); Max value from RGB is 139 - color contains mainly: blue. Hex color #26408B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26408B is #D9BF74. Grayscale: #404040. Windows color (decimal): -14270325 or 9125926. OLE color: 9125926.

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

Color convert

RGB 38 64 139 -
CMYK 0.73 0.54 0 0.45
HSL 224.55º 0.57% 0.35% -
HSV(B) 224.55º 0.73% 0.55% -
XYZ 7.29 5.94 25.19 -
YUV 64.78 169.89 108.9 -
System Red Green Blue C M Y K H S L
Decimal 38 64 139 0.73 0.54 0 0.45 224.55 0.57 0.35
Hex 26 40 8B 49 36 0 2D E1 39 23
Octal 46 100 213 111 66 0 55 341 71 43
Binary 100110 1000000 10001011 1001001 110110 0 101101 11100001 111001 100011

Color Harmonies of #26408B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26408B

Black with #26408B

Text Example


Text Example

White with #26408B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #26408B;
 }
 .AnyTagClassName
 {
   color: #26408B;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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