Html Css Color HEX #445291 Tory Blue

📋 copy color: '#445291'

red 68 ◦ green 82 ◦ blue 145

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

Shades of Tory Blue #445291

Tints of Tory Blue #445291

RGB

 RED value IS 68 (26.95% from 255) = 23.05%

 GREEN value IS 82 (32.42% from 255) = 27.8%

 BLUE value IS 145 (57.03% from 255) = 49.15%

R = 23.05%
G = 27.8%
B = 49.15%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#445291 (or 0x445291) is known color: Tory Blue. HEX triplet: 44, 52 and 91. RGB value is (68,82,145). Sum of RGB (Red+Green+Blue) = 68+82+145=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 145 (57.03% from 255 or 49.15% from 295); Max value from RGB is 145 - color contains mainly: blue. Hex color #445291 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445291 is #BBAD6E. Grayscale: #545454. Windows color (decimal): -12299631 or 9523780. OLE color: 9523780.

HSL color Cylindrical-coordinate representation of color #445291: hue angle of 229.09º degrees, saturation: 0.36, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #445291 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 82 145 -
CMYK 0.53 0.43 0 0.43
HSL 229.09º 0.36% 0.42% -
HSV(B) 229.09º 0.53% 0.57% -
XYZ 10.51 9.31 28.03 -
YUV 85 161.86 115.88 -
System Red Green Blue C M Y K H S L
Decimal 68 82 145 0.53 0.43 0 0.43 229.09 0.36 0.42
Hex 44 52 91 35 2B 0 2B E5 24 2A
Octal 104 122 221 65 53 0 53 345 44 52
Binary 1000100 1010010 10010001 110101 101011 0 101011 11100101 100100 101010

Color Harmonies of #445291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445291

Black with #445291

Text Example


Text Example

White with #445291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445291; }

 p { color: rgb(68,82,145); }

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

background-color css

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

 a { background-color: rgb(68,82,145); }

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

border-color css

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

 span { border-color: rgb(68,82,145); }

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