Html Css Color HEX #26469C Tory Blue

📋 copy color: '#26469C'

red 38 ◦ green 70 ◦ blue 156

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

Shades of Tory Blue #26469C

Tints of Tory Blue #26469C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 59.09%

R = 14.39%
G = 26.52%
B = 59.09%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#26469C (or 0x26469C) is known color: Tory Blue. HEX triplet: 26, 46 and 9C. RGB value is (38,70,156). Sum of RGB (Red+Green+Blue) = 38+70+156=264 (34% of max value = 765). Red value is 38 (15.23% from 255 or 14.39% from 264); Green value is 70 (27.73% from 255 or 26.52% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #26469C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #26469C is #D9B963. Grayscale: #454545. Windows color (decimal): -14268772 or 10241574. OLE color: 10241574.

HSL color Cylindrical-coordinate representation of color #26469C: hue angle of 223.73º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #26469C is Cyan = 0.76, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 38 70 156 -
CMYK 0.76 0.55 0 0.39
HSL 223.73º 0.61% 0.38% -
HSV(B) 223.73º 0.76% 0.61% -
XYZ 8.99 7.19 32.37 -
YUV 70.24 176.4 105.01 -
System Red Green Blue C M Y K H S L
Decimal 38 70 156 0.76 0.55 0 0.39 223.73 0.61 0.38
Hex 26 46 9C 4C 37 0 27 E0 3D 26
Octal 46 106 234 114 67 0 47 340 75 46
Binary 100110 1000110 10011100 1001100 110111 0 100111 11100000 111101 100110

Color Harmonies of #26469C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #26469C

Black with #26469C

Text Example


Text Example

White with #26469C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #26469C; }

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

 H1.HeaderClassName
 {
   color: #26469C;
 }
 .AnyTagClassName
 {
   color: #26469C;
 }
</style>

background-color css

<style>
 a { background-color: #26469C; }

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

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

border-color css

<style>
 span { border-color: #26469C; }

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

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