Html Css Color HEX #29458A Tory Blue

📋 copy color: '#29458A'

red 41 ◦ green 69 ◦ blue 138

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

Shades of Tory Blue #29458A

Tints of Tory Blue #29458A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.82%

 BLUE value IS 138 (54.3% from 255) = 55.65%

R = 16.53%
G = 27.82%
B = 55.65%

CMYK

 C value IS 0.70

 M value IS 0.5

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#29458A (or 0x29458A) is known color: Tory Blue. HEX triplet: 29, 45 and 8A. RGB value is (41,69,138). Sum of RGB (Red+Green+Blue) = 41+69+138=248 (32% of max value = 765). Red value is 41 (16.41% from 255 or 16.53% from 248); Green value is 69 (27.34% from 255 or 27.82% from 248); Blue value is 138 (54.30% from 255 or 55.65% from 248); Max value from RGB is 138 - color contains mainly: blue. Hex color #29458A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29458A is #D6BA75. Grayscale: #444444. Windows color (decimal): -14072438 or 9061673. OLE color: 9061673.

HSL color Cylindrical-coordinate representation of color #29458A: hue angle of 222.68º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #29458A is Cyan = 0.70, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 41 69 138 -
CMYK 0.70 0.5 0 0.46
HSL 222.68º 0.54% 0.35% -
HSV(B) 222.68º 0.7% 0.54% -
XYZ 7.63 6.56 24.91 -
YUV 68.49 167.22 108.39 -
System Red Green Blue C M Y K H S L
Decimal 41 69 138 0.70 0.5 0 0.46 222.68 0.54 0.35
Hex 29 45 8A 46 32 0 2E DF 36 23
Octal 51 105 212 106 62 0 56 337 66 43
Binary 101001 1000101 10001010 1000110 110010 0 101110 11011111 110110 100011

Color Harmonies of #29458A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29458A

Black with #29458A

Text Example


Text Example

White with #29458A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29458A; }

 p { color: rgb(41,69,138); }

 H1.HeaderClassName
 {
   color: #29458A;
 }
 .AnyTagClassName
 {
   color: #29458A;
 }
</style>

background-color css

<style>
 a { background-color: #29458A; }

 a { background-color: rgb(41,69,138); }

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

border-color css

<style>
 span { border-color: #29458A; }

 span { border-color: rgb(41,69,138); }

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