Html Css Color HEX #26449A Tory Blue

📋 copy color: '#26449A'

red 38 ◦ green 68 ◦ blue 154

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

Shades of Tory Blue #26449A

Tints of Tory Blue #26449A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 59.23%

R = 14.62%
G = 26.15%
B = 59.23%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#26449A (or 0x26449A) is known color: Tory Blue. HEX triplet: 26, 44 and 9A. RGB value is (38,68,154). Sum of RGB (Red+Green+Blue) = 38+68+154=260 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.62% from 260); Green value is 68 (26.95% from 255 or 26.15% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #26449A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26449A is #D9BB65. Grayscale: #444444. Windows color (decimal): -14269286 or 10109990. OLE color: 10109990.

HSL color Cylindrical-coordinate representation of color #26449A: hue angle of 224.48º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #26449A is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 68 154 -
CMYK 0.75 0.56 0 0.40
HSL 224.48º 0.6% 0.38% -
HSV(B) 224.48º 0.75% 0.6% -
XYZ 8.7 6.88 31.44 -
YUV 68.83 176.06 106.01 -
System Red Green Blue C M Y K H S L
Decimal 38 68 154 0.75 0.56 0 0.40 224.48 0.6 0.38
Hex 26 44 9A 4B 38 0 28 E0 3C 26
Octal 46 104 232 113 70 0 50 340 74 46
Binary 100110 1000100 10011010 1001011 111000 0 101000 11100000 111100 100110

Color Harmonies of #26449A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26449A

Black with #26449A

Text Example


Text Example

White with #26449A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26449A; }

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

 H1.HeaderClassName
 {
   color: #26449A;
 }
 .AnyTagClassName
 {
   color: #26449A;
 }
</style>

background-color css

<style>
 a { background-color: #26449A; }

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

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

border-color css

<style>
 span { border-color: #26449A; }

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

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