Html Css Color HEX #26468E Tory Blue

📋 copy color: '#26468E'

red 38 ◦ green 70 ◦ blue 142

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

Shades of Tory Blue #26468E

Tints of Tory Blue #26468E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.8%

R = 15.2%
G = 28%
B = 56.8%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#26468E (or 0x26468E) is known color: Tory Blue. HEX triplet: 26, 46 and 8E. RGB value is (38,70,142). Sum of RGB (Red+Green+Blue) = 38+70+142=250 (33% of max value = 765). Red value is 38 (15.23% from 255 or 15.2% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #26468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26468E is #D9B971. Grayscale: #444444. Windows color (decimal): -14268786 or 9324070. OLE color: 9324070.

HSL color Cylindrical-coordinate representation of color #26468E: hue angle of 221.54º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #26468E is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 38 70 142 -
CMYK 0.73 0.51 0 0.44
HSL 221.54º 0.58% 0.35% -
HSV(B) 221.54º 0.73% 0.56% -
XYZ 7.87 6.75 26.48 -
YUV 68.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 38 70 142 0.73 0.51 0 0.44 221.54 0.58 0.35
Hex 26 46 8E 49 33 0 2C DE 3A 23
Octal 46 106 216 111 63 0 54 336 72 43
Binary 100110 1000110 10001110 1001001 110011 0 101100 11011110 111010 100011

Color Harmonies of #26468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26468E

Black with #26468E

Text Example


Text Example

White with #26468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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