Html Css Color HEX #29459D Tory Blue

📋 copy color: '#29459D'

red 41 ◦ green 69 ◦ blue 157

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

Shades of Tory Blue #29459D

Tints of Tory Blue #29459D

RGB

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

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

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

R = 15.36%
G = 25.84%
B = 58.8%

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

#29459D (or 0x29459D) is known color: Tory Blue. HEX triplet: 29, 45 and 9D. RGB value is (41,69,157). Sum of RGB (Red+Green+Blue) = 41+69+157=267 (35% of max value = 765). Red value is 41 (16.41% from 255 or 15.36% from 267); Green value is 69 (27.34% from 255 or 25.84% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #29459D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29459D is #D6BA62. Grayscale: #464646. Windows color (decimal): -14072419 or 10306857. OLE color: 10306857.

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

Color convert

RGB 41 69 157 -
CMYK 0.74 0.56 0 0.38
HSL 225.52º 0.59% 0.39% -
HSV(B) 225.52º 0.74% 0.62% -
XYZ 9.13 7.16 32.8 -
YUV 70.66 176.72 106.84 -
System Red Green Blue C M Y K H S L
Decimal 41 69 157 0.74 0.56 0 0.38 225.52 0.59 0.39
Hex 29 45 9D 4A 38 0 26 E2 3B 27
Octal 51 105 235 112 70 0 46 342 73 47
Binary 101001 1000101 10011101 1001010 111000 0 100110 11100010 111011 100111

Color Harmonies of #29459D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29459D

Black with #29459D

Text Example


Text Example

White with #29459D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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