Html Css Color HEX #26489A Tory Blue

📋 copy color: '#26489A'

red 38 ◦ green 72 ◦ blue 154

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

Shades of Tory Blue #26489A

Tints of Tory Blue #26489A

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 14.39%
G = 27.27%
B = 58.33%

CMYK

 C value IS 0.75

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#26489A (or 0x26489A) is known color: Tory Blue. HEX triplet: 26, 48 and 9A. RGB value is (38,72,154). Sum of RGB (Red+Green+Blue) = 38+72+154=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 154 (60.55% from 255 or 58.33% from 264); Max value from RGB is 154 - color contains mainly: blue. Hex color #26489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26489A is #D9B765. Grayscale: #464646. Windows color (decimal): -14268262 or 10111014. OLE color: 10111014.

HSL color Cylindrical-coordinate representation of color #26489A: hue angle of 222.41º 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 #26489A is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 38 72 154 -
CMYK 0.75 0.53 0 0.40
HSL 222.41º 0.6% 0.38% -
HSV(B) 222.41º 0.75% 0.6% -
XYZ 8.95 7.38 31.52 -
YUV 71.18 174.74 104.33 -
System Red Green Blue C M Y K H S L
Decimal 38 72 154 0.75 0.53 0 0.40 222.41 0.6 0.38
Hex 26 48 9A 4B 35 0 28 DE 3C 26
Octal 46 110 232 113 65 0 50 336 74 46
Binary 100110 1001000 10011010 1001011 110101 0 101000 11011110 111100 100110

Color Harmonies of #26489A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26489A

Black with #26489A

Text Example


Text Example

White with #26489A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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