Html Css Color HEX #29458F Tory Blue

📋 copy color: '#29458F'

red 41 ◦ green 69 ◦ blue 143

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

Shades of Tory Blue #29458F

Tints of Tory Blue #29458F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.52%

R = 16.21%
G = 27.27%
B = 56.52%

CMYK

 C value IS 0.71

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29458F (or 0x29458F) is known color: Tory Blue. HEX triplet: 29, 45 and 8F. RGB value is (41,69,143). Sum of RGB (Red+Green+Blue) = 41+69+143=253 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.21% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 143 (56.25% from 255 or 56.52% from 253); Max value from RGB is 143 - color contains mainly: blue. Hex color #29458F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29458F is #D6BA70. Grayscale: #444444. Windows color (decimal): -14072433 or 9389353. OLE color: 9389353.

HSL color Cylindrical-coordinate representation of color #29458F: hue angle of 223.53º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29458F is Cyan = 0.71, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 69 143 -
CMYK 0.71 0.52 0 0.44
HSL 223.53º 0.55% 0.36% -
HSV(B) 223.53º 0.71% 0.56% -
XYZ 8 6.71 26.86 -
YUV 69.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 41 69 143 0.71 0.52 0 0.44 223.53 0.55 0.36
Hex 29 45 8F 47 34 0 2C E0 37 24
Octal 51 105 217 107 64 0 54 340 67 44
Binary 101001 1000101 10001111 1000111 110100 0 101100 11100000 110111 100100

Color Harmonies of #29458F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29458F

Black with #29458F

Text Example


Text Example

White with #29458F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #29458F; }

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

 H1.HeaderClassName
 {
   color: #29458F;
 }
 .AnyTagClassName
 {
   color: #29458F;
 }
</style>

background-color css

<style>
 a { background-color: #29458F; }

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

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

border-color css

<style>
 span { border-color: #29458F; }

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

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