Html Css Color HEX #29488E Tory Blue

📋 copy color: '#29488E'

red 41 ◦ green 72 ◦ blue 142

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

Shades of Tory Blue #29488E

Tints of Tory Blue #29488E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 55.69%

R = 16.08%
G = 28.24%
B = 55.69%

CMYK

 C value IS 0.71

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29488E (or 0x29488E) is known color: Tory Blue. HEX triplet: 29, 48 and 8E. RGB value is (41,72,142). Sum of RGB (Red+Green+Blue) = 41+72+142=255 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.08% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #29488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29488E is #D6B771. Grayscale: #464646. Windows color (decimal): -14071666 or 9324585. OLE color: 9324585.

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

Color convert

RGB 41 72 142 -
CMYK 0.71 0.49 0 0.44
HSL 221.58º 0.55% 0.36% -
HSV(B) 221.58º 0.71% 0.56% -
XYZ 8.11 7.06 26.53 -
YUV 70.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 41 72 142 0.71 0.49 0 0.44 221.58 0.55 0.36
Hex 29 48 8E 47 31 0 2C DE 37 24
Octal 51 110 216 107 61 0 54 336 67 44
Binary 101001 1001000 10001110 1000111 110001 0 101100 11011110 110111 100100

Color Harmonies of #29488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29488E

Black with #29488E

Text Example


Text Example

White with #29488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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