Html Css Color HEX #29439B Tory Blue

📋 copy color: '#29439B'

red 41 ◦ green 67 ◦ blue 155

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

Shades of Tory Blue #29439B

Tints of Tory Blue #29439B

RGB

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

 GREEN value IS 67 (26.56% from 255) = 25.48%

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

R = 15.59%
G = 25.48%
B = 58.94%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#29439B (or 0x29439B) is known color: Tory Blue. HEX triplet: 29, 43 and 9B. RGB value is (41,67,155). Sum of RGB (Red+Green+Blue) = 41+67+155=263 (34% of max value = 765). Red value is 41 (16.41% from 255 or 15.59% from 263); Green value is 67 (26.56% from 255 or 25.48% from 263); Blue value is 155 (60.94% from 255 or 58.94% from 263); Max value from RGB is 155 - color contains mainly: blue. Hex color #29439B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29439B is #D6BC64. Grayscale: #444444. Windows color (decimal): -14072933 or 10175273. OLE color: 10175273.

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

Color convert

RGB 41 67 155 -
CMYK 0.74 0.57 0 0.39
HSL 226.32º 0.58% 0.38% -
HSV(B) 226.32º 0.74% 0.61% -
XYZ 8.84 6.85 31.87 -
YUV 69.26 176.39 107.84 -
System Red Green Blue C M Y K H S L
Decimal 41 67 155 0.74 0.57 0 0.39 226.32 0.58 0.38
Hex 29 43 9B 4A 39 0 27 E2 3A 26
Octal 51 103 233 112 71 0 47 342 72 46
Binary 101001 1000011 10011011 1001010 111001 0 100111 11100010 111010 100110

Color Harmonies of #29439B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29439B

Black with #29439B

Text Example


Text Example

White with #29439B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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