Html Css Color HEX #29468F Tory Blue

📋 copy color: '#29468F'

red 41 ◦ green 70 ◦ blue 143

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

Shades of Tory Blue #29468F

Tints of Tory Blue #29468F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.56%

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

R = 16.14%
G = 27.56%
B = 56.3%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#29468F (or 0x29468F) is known color: Tory Blue. HEX triplet: 29, 46 and 8F. RGB value is (41,70,143). Sum of RGB (Red+Green+Blue) = 41+70+143=254 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.14% from 254); Green value is 70 (27.73% from 255 or 27.56% from 254); Blue value is 143 (56.25% from 255 or 56.30% from 254); Max value from RGB is 143 - color contains mainly: blue. Hex color #29468F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29468F is #D6B970. Grayscale: #454545. Windows color (decimal): -14072177 or 9389609. OLE color: 9389609.

HSL color Cylindrical-coordinate representation of color #29468F: hue angle of 222.94º 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 #29468F is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 41 70 143 -
CMYK 0.71 0.51 0 0.44
HSL 222.94º 0.55% 0.36% -
HSV(B) 222.94º 0.71% 0.56% -
XYZ 8.06 6.83 26.88 -
YUV 69.65 169.39 107.56 -
System Red Green Blue C M Y K H S L
Decimal 41 70 143 0.71 0.51 0 0.44 222.94 0.55 0.36
Hex 29 46 8F 47 33 0 2C DF 37 24
Octal 51 106 217 107 63 0 54 337 67 44
Binary 101001 1000110 10001111 1000111 110011 0 101100 11011111 110111 100100

Color Harmonies of #29468F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29468F

Black with #29468F

Text Example


Text Example

White with #29468F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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