Html Css Color HEX #29468C Tory Blue

📋 copy color: '#29468C'

red 41 ◦ green 70 ◦ blue 140

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

Shades of Tory Blue #29468C

Tints of Tory Blue #29468C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.78%

R = 16.33%
G = 27.89%
B = 55.78%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#29468C (or 0x29468C) is known color: Tory Blue. HEX triplet: 29, 46 and 8C. RGB value is (41,70,140). Sum of RGB (Red+Green+Blue) = 41+70+140=251 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.33% from 251); Green value is 70 (27.73% from 255 or 27.89% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #29468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29468C is #D6B973. Grayscale: #454545. Windows color (decimal): -14072180 or 9193001. OLE color: 9193001.

HSL color Cylindrical-coordinate representation of color #29468C: hue angle of 222.42º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #29468C is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 70 140 -
CMYK 0.71 0.50 0 0.45
HSL 222.42º 0.55% 0.35% -
HSV(B) 222.42º 0.71% 0.55% -
XYZ 7.84 6.75 25.7 -
YUV 69.31 167.89 107.81 -
System Red Green Blue C M Y K H S L
Decimal 41 70 140 0.71 0.50 0 0.45 222.42 0.55 0.35
Hex 29 46 8C 47 32 0 2D DE 37 23
Octal 51 106 214 107 62 0 55 336 67 43
Binary 101001 1000110 10001100 1000111 110010 0 101101 11011110 110111 100011

Color Harmonies of #29468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29468C

Black with #29468C

Text Example


Text Example

White with #29468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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