Html Css Color HEX #26468D Tory Blue

📋 copy color: '#26468D'

red 38 ◦ green 70 ◦ blue 141

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

Shades of Tory Blue #26468D

Tints of Tory Blue #26468D

RGB

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

 GREEN value IS 70 (27.73% from 255) = 28.11%

 BLUE value IS 141 (55.47% from 255) = 56.63%

R = 15.26%
G = 28.11%
B = 56.63%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26468D (or 0x26468D) is known color: Tory Blue. HEX triplet: 26, 46 and 8D. RGB value is (38,70,141). Sum of RGB (Red+Green+Blue) = 38+70+141=249 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.26% from 249); Green value is 70 (27.73% from 255 or 28.11% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #26468D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26468D is #D9B972. Grayscale: #444444. Windows color (decimal): -14268787 or 9258534. OLE color: 9258534.

HSL color Cylindrical-coordinate representation of color #26468D: hue angle of 221.36º degrees, saturation: 0.58, 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 #26468D is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 38 70 141 -
CMYK 0.73 0.50 0 0.45
HSL 221.36º 0.58% 0.35% -
HSV(B) 221.36º 0.73% 0.55% -
XYZ 7.8 6.72 26.08 -
YUV 68.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 38 70 141 0.73 0.50 0 0.45 221.36 0.58 0.35
Hex 26 46 8D 49 32 0 2D DD 3A 23
Octal 46 106 215 111 62 0 55 335 72 43
Binary 100110 1000110 10001101 1001001 110010 0 101101 11011101 111010 100011

Color Harmonies of #26468D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26468D

Black with #26468D

Text Example


Text Example

White with #26468D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26468D; }

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

 H1.HeaderClassName
 {
   color: #26468D;
 }
 .AnyTagClassName
 {
   color: #26468D;
 }
</style>

background-color css

<style>
 a { background-color: #26468D; }

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

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

border-color css

<style>
 span { border-color: #26468D; }

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

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