Html Css Color HEX #29469F Tory Blue

📋 copy color: '#29469F'

red 41 ◦ green 70 ◦ blue 159

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

Shades of Tory Blue #29469F

Tints of Tory Blue #29469F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 25.93%

 BLUE value IS 159 (62.5% from 255) = 58.89%

R = 15.19%
G = 25.93%
B = 58.89%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29469F (or 0x29469F) is known color: Tory Blue. HEX triplet: 29, 46 and 9F. RGB value is (41,70,159). Sum of RGB (Red+Green+Blue) = 41+70+159=270 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.19% from 270); Green value is 70 (27.73% from 255 or 25.93% from 270); Blue value is 159 (62.5% from 255 or 58.89% from 270); Max value from RGB is 159 - color contains mainly: blue. Hex color #29469F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29469F is #D6B960. Grayscale: #474747. Windows color (decimal): -14072161 or 10438185. OLE color: 10438185.

HSL color Cylindrical-coordinate representation of color #29469F: hue angle of 225.25º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #29469F is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 70 159 -
CMYK 0.74 0.56 0 0.38
HSL 225.25º 0.59% 0.39% -
HSV(B) 225.25º 0.74% 0.62% -
XYZ 9.36 7.35 33.73 -
YUV 71.48 177.39 106.26 -
System Red Green Blue C M Y K H S L
Decimal 41 70 159 0.74 0.56 0 0.38 225.25 0.59 0.39
Hex 29 46 9F 4A 38 0 26 E1 3B 27
Octal 51 106 237 112 70 0 46 341 73 47
Binary 101001 1000110 10011111 1001010 111000 0 100110 11100001 111011 100111

Color Harmonies of #29469F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29469F

Black with #29469F

Text Example


Text Example

White with #29469F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29469F; }

 p { color: rgb(41,70,159); }

 H1.HeaderClassName
 {
   color: #29469F;
 }
 .AnyTagClassName
 {
   color: #29469F;
 }
</style>

background-color css

<style>
 a { background-color: #29469F; }

 a { background-color: rgb(41,70,159); }

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

border-color css

<style>
 span { border-color: #29469F; }

 span { border-color: rgb(41,70,159); }

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