Html Css Color HEX #26408C Tory Blue

📋 copy color: '#26408C'

red 38 ◦ green 64 ◦ blue 140

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

Shades of Tory Blue #26408C

Tints of Tory Blue #26408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.85%

R = 15.7%
G = 26.45%
B = 57.85%

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

#26408C (or 0x26408C) is known color: Tory Blue. HEX triplet: 26, 40 and 8C. RGB value is (38,64,140). Sum of RGB (Red+Green+Blue) = 38+64+140=242 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.70% from 242); Green value is 64 (25.39% from 255 or 26.45% from 242); Blue value is 140 (55.08% from 255 or 57.85% from 242); Max value from RGB is 140 - color contains mainly: blue. Hex color #26408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26408C is #D9BF73. Grayscale: #404040. Windows color (decimal): -14270324 or 9191462. OLE color: 9191462.

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

Color convert

RGB 38 64 140 -
CMYK 0.73 0.54 0 0.45
HSL 224.71º 0.57% 0.35% -
HSV(B) 224.71º 0.73% 0.55% -
XYZ 7.37 5.97 25.58 -
YUV 64.89 170.39 108.82 -
System Red Green Blue C M Y K H S L
Decimal 38 64 140 0.73 0.54 0 0.45 224.71 0.57 0.35
Hex 26 40 8C 49 36 0 2D E1 39 23
Octal 46 100 214 111 66 0 55 341 71 43
Binary 100110 1000000 10001100 1001001 110110 0 101101 11100001 111001 100011

Color Harmonies of #26408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26408C

Black with #26408C

Text Example


Text Example

White with #26408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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