Html Css Color HEX #29498D Tory Blue

📋 copy color: '#29498D'

red 41 ◦ green 73 ◦ blue 141

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

Shades of Tory Blue #29498D

Tints of Tory Blue #29498D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 28.63%

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

R = 16.08%
G = 28.63%
B = 55.29%

CMYK

 C value IS 0.71

 M value IS 0.48

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29498D (or 0x29498D) is known color: Tory Blue. HEX triplet: 29, 49 and 8D. RGB value is (41,73,141). Sum of RGB (Red+Green+Blue) = 41+73+141=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 73 (28.91% from 255 or 28.63% from 255); Blue value is 141 (55.47% from 255 or 55.29% from 255); Max value from RGB is 141 - color contains mainly: blue. Hex color #29498D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29498D is #D6B672. Grayscale: #464646. Windows color (decimal): -14071411 or 9259305. OLE color: 9259305.

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

Color convert

RGB 41 73 141 -
CMYK 0.71 0.48 0 0.45
HSL 220.8º 0.55% 0.36% -
HSV(B) 220.8º 0.71% 0.55% -
XYZ 8.1 7.16 26.15 -
YUV 71.18 167.4 106.47 -
System Red Green Blue C M Y K H S L
Decimal 41 73 141 0.71 0.48 0 0.45 220.8 0.55 0.36
Hex 29 49 8D 47 30 0 2D DD 37 24
Octal 51 111 215 107 60 0 55 335 67 44
Binary 101001 1001001 10001101 1000111 110000 0 101101 11011101 110111 100100

Color Harmonies of #29498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29498D

Black with #29498D

Text Example


Text Example

White with #29498D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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