Html Css Color HEX #29419B Tory Blue

📋 copy color: '#29419B'

red 41 ◦ green 65 ◦ blue 155

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

Shades of Tory Blue #29419B

Tints of Tory Blue #29419B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 24.9%

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

R = 15.71%
G = 24.9%
B = 59.39%

CMYK

 C value IS 0.74

 M value IS 0.58

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29419B (or 0x29419B) is known color: Tory Blue. HEX triplet: 29, 41 and 9B. RGB value is (41,65,155). Sum of RGB (Red+Green+Blue) = 41+65+155=261 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.71% from 261); Green value is 65 (25.78% from 255 or 24.90% from 261); Blue value is 155 (60.94% from 255 or 59.39% from 261); Max value from RGB is 155 - color contains mainly: blue. Hex color #29419B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29419B is #D6BE64. Grayscale: #434343. Windows color (decimal): -14073445 or 10174761. OLE color: 10174761.

HSL color Cylindrical-coordinate representation of color #29419B: hue angle of 227.37º 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 #29419B is Cyan = 0.74, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 41 65 155 -
CMYK 0.74 0.58 0 0.39
HSL 227.37º 0.58% 0.38% -
HSV(B) 227.37º 0.74% 0.61% -
XYZ 8.72 6.62 31.83 -
YUV 68.08 177.05 108.68 -
System Red Green Blue C M Y K H S L
Decimal 41 65 155 0.74 0.58 0 0.39 227.37 0.58 0.38
Hex 29 41 9B 4A 3A 0 27 E3 3A 26
Octal 51 101 233 112 72 0 47 343 72 46
Binary 101001 1000001 10011011 1001010 111010 0 100111 11100011 111010 100110

Color Harmonies of #29419B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29419B

Black with #29419B

Text Example


Text Example

White with #29419B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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