Html Css Color HEX #29408C Tory Blue

📋 copy color: '#29408C'

red 41 ◦ green 64 ◦ blue 140

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

Shades of Tory Blue #29408C

Tints of Tory Blue #29408C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 57.14%

R = 16.73%
G = 26.12%
B = 57.14%

CMYK

 C value IS 0.71

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29408C (or 0x29408C) is known color: Tory Blue. HEX triplet: 29, 40 and 8C. RGB value is (41,64,140). Sum of RGB (Red+Green+Blue) = 41+64+140=245 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.73% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 140 (55.08% from 255 or 57.14% from 245); Max value from RGB is 140 - color contains mainly: blue. Hex color #29408C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29408C is #D6BF73. Grayscale: #414141. Windows color (decimal): -14073716 or 9191465. OLE color: 9191465.

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

Color convert

RGB 41 64 140 -
CMYK 0.71 0.54 0 0.45
HSL 226.06º 0.55% 0.35% -
HSV(B) 226.06º 0.71% 0.55% -
XYZ 7.48 6.03 25.58 -
YUV 65.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 41 64 140 0.71 0.54 0 0.45 226.06 0.55 0.35
Hex 29 40 8C 47 36 0 2D E2 37 23
Octal 51 100 214 107 66 0 55 342 67 43
Binary 101001 1000000 10001100 1000111 110110 0 101101 11100010 110111 100011

Color Harmonies of #29408C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29408C

Black with #29408C

Text Example


Text Example

White with #29408C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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