Html Css Color HEX #29468B Tory Blue

📋 copy color: '#29468B'

red 41 ◦ green 70 ◦ blue 139

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

Shades of Tory Blue #29468B

Tints of Tory Blue #29468B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 55.6%

R = 16.4%
G = 28%
B = 55.6%

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

#29468B (or 0x29468B) is known color: Tory Blue. HEX triplet: 29, 46 and 8B. RGB value is (41,70,139). Sum of RGB (Red+Green+Blue) = 41+70+139=250 (33% of max value = 765). Red value is 41 (16.41% from 255 or 16.4% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 139 (54.69% from 255 or 55.6% from 250); Max value from RGB is 139 - color contains mainly: blue. Hex color #29468B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #29468B is #D6B974. Grayscale: #444444. Windows color (decimal): -14072181 or 9127465. OLE color: 9127465.

HSL color Cylindrical-coordinate representation of color #29468B: hue angle of 222.24º degrees, saturation: 0.54, 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 #29468B is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 41 70 139 -
CMYK 0.71 0.50 0 0.45
HSL 222.24º 0.54% 0.35% -
HSV(B) 222.24º 0.71% 0.55% -
XYZ 7.76 6.72 25.31 -
YUV 69.2 167.39 107.89 -
System Red Green Blue C M Y K H S L
Decimal 41 70 139 0.71 0.50 0 0.45 222.24 0.54 0.35
Hex 29 46 8B 47 32 0 2D DE 36 23
Octal 51 106 213 107 62 0 55 336 66 43
Binary 101001 1000110 10001011 1000111 110010 0 101101 11011110 110110 100011

Color Harmonies of #29468B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #29468B

Black with #29468B

Text Example


Text Example

White with #29468B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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