Html Css Color HEX #29469D Tory Blue

📋 copy color: '#29469D'

red 41 ◦ green 70 ◦ blue 157

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

Shades of Tory Blue #29469D

Tints of Tory Blue #29469D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 58.58%

R = 15.3%
G = 26.12%
B = 58.58%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#29469D (or 0x29469D) is known color: Tory Blue. HEX triplet: 29, 46 and 9D. RGB value is (41,70,157). Sum of RGB (Red+Green+Blue) = 41+70+157=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 70 (27.73% from 255 or 26.12% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #29469D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29469D is #D6B962. Grayscale: #464646. Windows color (decimal): -14072163 or 10307113. OLE color: 10307113.

HSL color Cylindrical-coordinate representation of color #29469D: hue angle of 225º 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 #29469D is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 41 70 157 -
CMYK 0.74 0.55 0 0.38
HSL 225º 0.59% 0.39% -
HSV(B) 225º 0.74% 0.62% -
XYZ 9.19 7.29 32.82 -
YUV 71.25 176.39 106.43 -
System Red Green Blue C M Y K H S L
Decimal 41 70 157 0.74 0.55 0 0.38 225 0.59 0.39
Hex 29 46 9D 4A 37 0 26 E1 3B 27
Octal 51 106 235 112 67 0 46 341 73 47
Binary 101001 1000110 10011101 1001010 110111 0 100110 11100001 111011 100111

Color Harmonies of #29469D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29469D

Black with #29469D

Text Example


Text Example

White with #29469D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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