Html Css Color HEX #29488D Tory Blue

📋 copy color: '#29488D'

red 41 ◦ green 72 ◦ blue 141

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

Shades of Tory Blue #29488D

Tints of Tory Blue #29488D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

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

R = 16.14%
G = 28.35%
B = 55.51%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29488D (or 0x29488D) is known color: Tory Blue. HEX triplet: 29, 48 and 8D. RGB value is (41,72,141). Sum of RGB (Red+Green+Blue) = 41+72+141=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #29488D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29488D is #D6B772. Grayscale: #464646. Windows color (decimal): -14071667 or 9259049. OLE color: 9259049.

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

Color convert

RGB 41 72 141 -
CMYK 0.71 0.49 0 0.45
HSL 221.4º 0.55% 0.36% -
HSV(B) 221.4º 0.71% 0.55% -
XYZ 8.04 7.03 26.13 -
YUV 70.6 167.73 106.89 -
System Red Green Blue C M Y K H S L
Decimal 41 72 141 0.71 0.49 0 0.45 221.4 0.55 0.36
Hex 29 48 8D 47 31 0 2D DD 37 24
Octal 51 110 215 107 61 0 55 335 67 44
Binary 101001 1001000 10001101 1000111 110001 0 101101 11011101 110111 100100

Color Harmonies of #29488D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29488D

Black with #29488D

Text Example


Text Example

White with #29488D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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