Html Css Color HEX #29459E Tory Blue

📋 copy color: '#29459E'

red 41 ◦ green 69 ◦ blue 158

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

Shades of Tory Blue #29459E

Tints of Tory Blue #29459E

RGB

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

 GREEN value IS 69 (27.34% from 255) = 25.75%

 BLUE value IS 158 (62.11% from 255) = 58.96%

R = 15.3%
G = 25.75%
B = 58.96%

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

#29459E (or 0x29459E) is known color: Tory Blue. HEX triplet: 29, 45 and 9E. RGB value is (41,69,158). Sum of RGB (Red+Green+Blue) = 41+69+158=268 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.30% from 268); Green value is 69 (27.34% from 255 or 25.75% from 268); Blue value is 158 (62.11% from 255 or 58.96% from 268); Max value from RGB is 158 - color contains mainly: blue. Hex color #29459E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29459E is #D6BA61. Grayscale: #464646. Windows color (decimal): -14072418 or 10372393. OLE color: 10372393.

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

Color convert

RGB 41 69 158 -
CMYK 0.74 0.56 0 0.38
HSL 225.64º 0.59% 0.39% -
HSV(B) 225.64º 0.74% 0.62% -
XYZ 9.21 7.2 33.25 -
YUV 70.77 177.22 106.76 -
System Red Green Blue C M Y K H S L
Decimal 41 69 158 0.74 0.56 0 0.38 225.64 0.59 0.39
Hex 29 45 9E 4A 38 0 26 E2 3B 27
Octal 51 105 236 112 70 0 46 342 73 47
Binary 101001 1000101 10011110 1001010 111000 0 100110 11100010 111011 100111

Color Harmonies of #29459E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29459E

Black with #29459E

Text Example


Text Example

White with #29459E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29459E; }

 p { color: rgb(41,69,158); }

 H1.HeaderClassName
 {
   color: #29459E;
 }
 .AnyTagClassName
 {
   color: #29459E;
 }
</style>

background-color css

<style>
 a { background-color: #29459E; }

 a { background-color: rgb(41,69,158); }

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

border-color css

<style>
 span { border-color: #29459E; }

 span { border-color: rgb(41,69,158); }

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