Html Css Color HEX #26448D Tory Blue

📋 copy color: '#26448D'

red 38 ◦ green 68 ◦ blue 141

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

Shades of Tory Blue #26448D

Tints of Tory Blue #26448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.53%

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

R = 15.38%
G = 27.53%
B = 57.09%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#26448D (or 0x26448D) is known color: Tory Blue. HEX triplet: 26, 44 and 8D. RGB value is (38,68,141). Sum of RGB (Red+Green+Blue) = 38+68+141=247 (32% of max value = 765). Red value is 38 (15.23% from 255 or 15.38% from 247); Green value is 68 (26.95% from 255 or 27.53% from 247); Blue value is 141 (55.47% from 255 or 57.09% from 247); Max value from RGB is 141 - color contains mainly: blue. Hex color #26448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26448D is #D9BB72. Grayscale: #434343. Windows color (decimal): -14269299 or 9258022. OLE color: 9258022.

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

Color convert

RGB 38 68 141 -
CMYK 0.73 0.52 0 0.45
HSL 222.52º 0.58% 0.35% -
HSV(B) 222.52º 0.73% 0.55% -
XYZ 7.67 6.47 26.04 -
YUV 67.35 169.56 107.06 -
System Red Green Blue C M Y K H S L
Decimal 38 68 141 0.73 0.52 0 0.45 222.52 0.58 0.35
Hex 26 44 8D 49 34 0 2D DF 3A 23
Octal 46 104 215 111 64 0 55 337 72 43
Binary 100110 1000100 10001101 1001001 110100 0 101101 11011111 111010 100011

Color Harmonies of #26448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26448D

Black with #26448D

Text Example


Text Example

White with #26448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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