Html Css Color HEX #29418C Tory Blue

📋 copy color: '#29418C'

red 41 ◦ green 65 ◦ blue 140

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

Shades of Tory Blue #29418C

Tints of Tory Blue #29418C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 26.42%

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

R = 16.67%
G = 26.42%
B = 56.91%

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

#29418C (or 0x29418C) is known color: Tory Blue. HEX triplet: 29, 41 and 8C. RGB value is (41,65,140). Sum of RGB (Red+Green+Blue) = 41+65+140=246 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.67% from 246); Green value is 65 (25.78% from 255 or 26.42% from 246); Blue value is 140 (55.08% from 255 or 56.91% from 246); Max value from RGB is 140 - color contains mainly: blue. Hex color #29418C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29418C is #D6BE73. Grayscale: #424242. Windows color (decimal): -14073460 or 9191721. OLE color: 9191721.

HSL color Cylindrical-coordinate representation of color #29418C: hue angle of 225.45º 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 #29418C is Cyan = 0.71, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 65 140 -
CMYK 0.71 0.54 0 0.45
HSL 225.45º 0.55% 0.35% -
HSV(B) 225.45º 0.71% 0.55% -
XYZ 7.54 6.15 25.6 -
YUV 66.37 169.55 109.9 -
System Red Green Blue C M Y K H S L
Decimal 41 65 140 0.71 0.54 0 0.45 225.45 0.55 0.35
Hex 29 41 8C 47 36 0 2D E1 37 23
Octal 51 101 214 107 66 0 55 341 67 43
Binary 101001 1000001 10001100 1000111 110110 0 101101 11100001 110111 100011

Color Harmonies of #29418C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29418C

Black with #29418C

Text Example


Text Example

White with #29418C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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