Html Css Color HEX #29429E Tory Blue

📋 copy color: '#29429E'

red 41 ◦ green 66 ◦ blue 158

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

Shades of Tory Blue #29429E

Tints of Tory Blue #29429E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 24.91%

 BLUE value IS 158 (62.11% from 255) = 59.62%

R = 15.47%
G = 24.91%
B = 59.62%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29429E (or 0x29429E) is known color: Tory Blue. HEX triplet: 29, 42 and 9E. RGB value is (41,66,158). Sum of RGB (Red+Green+Blue) = 41+66+158=265 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.47% from 265); Green value is 66 (26.17% from 255 or 24.91% from 265); Blue value is 158 (62.11% from 255 or 59.62% from 265); Max value from RGB is 158 - color contains mainly: blue. Hex color #29429E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29429E is #D6BD61. Grayscale: #444444. Windows color (decimal): -14073186 or 10371625. OLE color: 10371625.

HSL color Cylindrical-coordinate representation of color #29429E: hue angle of 227.18º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29429E is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 66 158 -
CMYK 0.74 0.58 0 0.38
HSL 227.18º 0.59% 0.39% -
HSV(B) 227.18º 0.74% 0.62% -
XYZ 9.03 6.84 33.19 -
YUV 69.01 178.22 108.02 -
System Red Green Blue C M Y K H S L
Decimal 41 66 158 0.74 0.58 0 0.38 227.18 0.59 0.39
Hex 29 42 9E 4A 3A 0 26 E3 3B 27
Octal 51 102 236 112 72 0 46 343 73 47
Binary 101001 1000010 10011110 1001010 111010 0 100110 11100011 111011 100111

Color Harmonies of #29429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29429E

Black with #29429E

Text Example


Text Example

White with #29429E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29429E; }

 p { color: rgb(41,66,158); }

 H1.HeaderClassName
 {
   color: #29429E;
 }
 .AnyTagClassName
 {
   color: #29429E;
 }
</style>

background-color css

<style>
 a { background-color: #29429E; }

 a { background-color: rgb(41,66,158); }

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

border-color css

<style>
 span { border-color: #29429E; }

 span { border-color: rgb(41,66,158); }

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