Html Css Color HEX #29469B Tory Blue

📋 copy color: '#29469B'

red 41 ◦ green 70 ◦ blue 155

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

Shades of Tory Blue #29469B

Tints of Tory Blue #29469B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.27%

R = 15.41%
G = 26.32%
B = 58.27%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29469B (or 0x29469B) is known color: Tory Blue. HEX triplet: 29, 46 and 9B. RGB value is (41,70,155). Sum of RGB (Red+Green+Blue) = 41+70+155=266 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.41% from 266); Green value is 70 (27.73% from 255 or 26.32% from 266); Blue value is 155 (60.94% from 255 or 58.27% from 266); Max value from RGB is 155 - color contains mainly: blue. Hex color #29469B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29469B is #D6B964. Grayscale: #464646. Windows color (decimal): -14072165 or 10176041. OLE color: 10176041.

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

Color convert

RGB 41 70 155 -
CMYK 0.74 0.55 0 0.39
HSL 224.74º 0.58% 0.38% -
HSV(B) 224.74º 0.74% 0.61% -
XYZ 9.02 7.22 31.93 -
YUV 71.02 175.39 106.59 -
System Red Green Blue C M Y K H S L
Decimal 41 70 155 0.74 0.55 0 0.39 224.74 0.58 0.38
Hex 29 46 9B 4A 37 0 27 E1 3A 26
Octal 51 106 233 112 67 0 47 341 72 46
Binary 101001 1000110 10011011 1001010 110111 0 100111 11100001 111010 100110

Color Harmonies of #29469B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29469B

Black with #29469B

Text Example


Text Example

White with #29469B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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