Html Css Color HEX #29469A Tory Blue

📋 copy color: '#29469A'

red 41 ◦ green 70 ◦ blue 154

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

Shades of Tory Blue #29469A

Tints of Tory Blue #29469A

RGB

 RED value IS 41 (16.41% from 255) = 15.47%

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

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

R = 15.47%
G = 26.42%
B = 58.11%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#29469A (or 0x29469A) is known color: Tory Blue. HEX triplet: 29, 46 and 9A. RGB value is (41,70,154). Sum of RGB (Red+Green+Blue) = 41+70+154=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 70 (27.73% from 255 or 26.42% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #29469A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29469A is #D6B965. Grayscale: #464646. Windows color (decimal): -14072166 or 10110505. OLE color: 10110505.

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

Color convert

RGB 41 70 154 -
CMYK 0.73 0.55 0 0.40
HSL 224.6º 0.58% 0.38% -
HSV(B) 224.6º 0.73% 0.6% -
XYZ 8.94 7.18 31.49 -
YUV 70.91 174.89 106.67 -
System Red Green Blue C M Y K H S L
Decimal 41 70 154 0.73 0.55 0 0.40 224.6 0.58 0.38
Hex 29 46 9A 49 37 0 28 E1 3A 26
Octal 51 106 232 111 67 0 50 341 72 46
Binary 101001 1000110 10011010 1001001 110111 0 101000 11100001 111010 100110

Color Harmonies of #29469A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29469A

Black with #29469A

Text Example


Text Example

White with #29469A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(41,70,154); }

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

background-color css

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

 a { background-color: rgb(41,70,154); }

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

border-color css

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

 span { border-color: rgb(41,70,154); }

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