Html Css Color HEX #29408D Tory Blue

📋 copy color: '#29408D'

red 41 ◦ green 64 ◦ blue 141

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

Shades of Tory Blue #29408D

Tints of Tory Blue #29408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.02%

 BLUE value IS 141 (55.47% from 255) = 57.32%

R = 16.67%
G = 26.02%
B = 57.32%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29408D (or 0x29408D) is known color: Tory Blue. HEX triplet: 29, 40 and 8D. RGB value is (41,64,141). Sum of RGB (Red+Green+Blue) = 41+64+141=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #29408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29408D is #D6BF72. Grayscale: #414141. Windows color (decimal): -14073715 or 9257001. OLE color: 9257001.

HSL color Cylindrical-coordinate representation of color #29408D: hue angle of 226.2º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29408D is Cyan = 0.71, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 64 141 -
CMYK 0.71 0.55 0 0.45
HSL 226.2º 0.55% 0.36% -
HSV(B) 226.2º 0.71% 0.55% -
XYZ 7.56 6.06 25.97 -
YUV 65.9 170.38 110.24 -
System Red Green Blue C M Y K H S L
Decimal 41 64 141 0.71 0.55 0 0.45 226.2 0.55 0.36
Hex 29 40 8D 47 37 0 2D E2 37 24
Octal 51 100 215 107 67 0 55 342 67 44
Binary 101001 1000000 10001101 1000111 110111 0 101101 11100010 110111 100100

Color Harmonies of #29408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29408D

Black with #29408D

Text Example


Text Example

White with #29408D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29408D; }

 p { color: rgb(41,64,141); }

 H1.HeaderClassName
 {
   color: #29408D;
 }
 .AnyTagClassName
 {
   color: #29408D;
 }
</style>

background-color css

<style>
 a { background-color: #29408D; }

 a { background-color: rgb(41,64,141); }

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

border-color css

<style>
 span { border-color: #29408D; }

 span { border-color: rgb(41,64,141); }

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