Html Css Color HEX #29439E Tory Blue

📋 copy color: '#29439E'

red 41 ◦ green 67 ◦ blue 158

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

Shades of Tory Blue #29439E

Tints of Tory Blue #29439E

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.19%

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

R = 15.41%
G = 25.19%
B = 59.4%

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

#29439E (or 0x29439E) is known color: Tory Blue. HEX triplet: 29, 43 and 9E. RGB value is (41,67,158). Sum of RGB (Red+Green+Blue) = 41+67+158=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 67 (26.56% from 255 or 25.19% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #29439E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29439E is #D6BC61. Grayscale: #454545. Windows color (decimal): -14072930 or 10371881. OLE color: 10371881.

HSL color Cylindrical-coordinate representation of color #29439E: hue angle of 226.67º 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 #29439E is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 67 158 -
CMYK 0.74 0.58 0 0.38
HSL 226.67º 0.59% 0.39% -
HSV(B) 226.67º 0.74% 0.62% -
XYZ 9.09 6.95 33.21 -
YUV 69.6 177.89 107.6 -
System Red Green Blue C M Y K H S L
Decimal 41 67 158 0.74 0.58 0 0.38 226.67 0.59 0.39
Hex 29 43 9E 4A 3A 0 26 E3 3B 27
Octal 51 103 236 112 72 0 46 343 73 47
Binary 101001 1000011 10011110 1001010 111010 0 100110 11100011 111011 100111

Color Harmonies of #29439E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29439E

Black with #29439E

Text Example


Text Example

White with #29439E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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