Html Css Color HEX #29408F Tory Blue

📋 copy color: '#29408F'

red 41 ◦ green 64 ◦ blue 143

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

Shades of Tory Blue #29408F

Tints of Tory Blue #29408F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 57.66%

R = 16.53%
G = 25.81%
B = 57.66%

CMYK

 C value IS 0.71

 M value IS 0.55

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29408F (or 0x29408F) is known color: Tory Blue. HEX triplet: 29, 40 and 8F. RGB value is (41,64,143). Sum of RGB (Red+Green+Blue) = 41+64+143=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 64 (25.39% from 255 or 25.81% from 248); Blue value is 143 (56.25% from 255 or 57.66% from 248); Max value from RGB is 143 - color contains mainly: blue. Hex color #29408F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29408F is #D6BF70. Grayscale: #414141. Windows color (decimal): -14073713 or 9388073. OLE color: 9388073.

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

Color convert

RGB 41 64 143 -
CMYK 0.71 0.55 0 0.44
HSL 226.47º 0.55% 0.36% -
HSV(B) 226.47º 0.71% 0.56% -
XYZ 7.71 6.12 26.76 -
YUV 66.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 41 64 143 0.71 0.55 0 0.44 226.47 0.55 0.36
Hex 29 40 8F 47 37 0 2C E2 37 24
Octal 51 100 217 107 67 0 54 342 67 44
Binary 101001 1000000 10001111 1000111 110111 0 101100 11100010 110111 100100

Color Harmonies of #29408F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29408F

Black with #29408F

Text Example


Text Example

White with #29408F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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