Html Css Color HEX #445290 Tory Blue

📋 copy color: '#445290'

red 68 ◦ green 82 ◦ blue 144

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

Shades of Tory Blue #445290

Tints of Tory Blue #445290

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 48.98%

R = 23.13%
G = 27.89%
B = 48.98%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#445290 (or 0x445290) is known color: Tory Blue. HEX triplet: 44, 52 and 90. RGB value is (68,82,144). Sum of RGB (Red+Green+Blue) = 68+82+144=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 82 (32.42% from 255 or 27.89% from 294); Blue value is 144 (56.64% from 255 or 48.98% from 294); Max value from RGB is 144 - color contains mainly: blue. Hex color #445290 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445290 is #BBAD6F. Grayscale: #545454. Windows color (decimal): -12299632 or 9458244. OLE color: 9458244.

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

Color convert

RGB 68 82 144 -
CMYK 0.53 0.43 0 0.44
HSL 228.95º 0.36% 0.42% -
HSV(B) 228.95º 0.53% 0.56% -
XYZ 10.44 9.28 27.63 -
YUV 84.88 161.36 115.96 -
System Red Green Blue C M Y K H S L
Decimal 68 82 144 0.53 0.43 0 0.44 228.95 0.36 0.42
Hex 44 52 90 35 2B 0 2C E5 24 2A
Octal 104 122 220 65 53 0 54 345 44 52
Binary 1000100 1010010 10010000 110101 101011 0 101100 11100101 100100 101010

Color Harmonies of #445290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445290

Black with #445290

Text Example


Text Example

White with #445290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445290; }

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

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

background-color css

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

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

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

border-color css

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

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

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