Html Css Color HEX #29419A Tory Blue

📋 copy color: '#29419A'

red 41 ◦ green 65 ◦ blue 154

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

Shades of Tory Blue #29419A

Tints of Tory Blue #29419A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25%

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

R = 15.77%
G = 25%
B = 59.23%

CMYK

 C value IS 0.73

 M value IS 0.58

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#29419A (or 0x29419A) is known color: Tory Blue. HEX triplet: 29, 41 and 9A. RGB value is (41,65,154). Sum of RGB (Red+Green+Blue) = 41+65+154=260 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.77% from 260); Green value is 65 (25.78% from 255 or 25% 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 #29419A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29419A is #D6BE65. Grayscale: #434343. Windows color (decimal): -14073446 or 10109225. OLE color: 10109225.

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

Color convert

RGB 41 65 154 -
CMYK 0.73 0.58 0 0.40
HSL 227.26º 0.58% 0.38% -
HSV(B) 227.26º 0.73% 0.6% -
XYZ 8.64 6.59 31.39 -
YUV 67.97 176.55 108.76 -
System Red Green Blue C M Y K H S L
Decimal 41 65 154 0.73 0.58 0 0.40 227.26 0.58 0.38
Hex 29 41 9A 49 3A 0 28 E3 3A 26
Octal 51 101 232 111 72 0 50 343 72 46
Binary 101001 1000001 10011010 1001001 111010 0 101000 11100011 111010 100110

Color Harmonies of #29419A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29419A

Black with #29419A

Text Example


Text Example

White with #29419A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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