Html Css Color HEX #445089 Tory Blue

📋 copy color: '#445089'

red 68 ◦ green 80 ◦ blue 137

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

Shades of Tory Blue #445089

Tints of Tory Blue #445089

RGB

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

 GREEN value IS 80 (31.64% from 255) = 28.07%

 BLUE value IS 137 (53.91% from 255) = 48.07%

R = 23.86%
G = 28.07%
B = 48.07%

CMYK

 C value IS 0.50

 M value IS 0.42

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#445089 (or 0x445089) is known color: Tory Blue. HEX triplet: 44, 50 and 89. RGB value is (68,80,137). Sum of RGB (Red+Green+Blue) = 68+80+137=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 80 (31.64% from 255 or 28.07% from 285); Blue value is 137 (53.91% from 255 or 48.07% from 285); Max value from RGB is 137 - color contains mainly: blue. Hex color #445089 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445089 is #BBAF76. Grayscale: #525252. Windows color (decimal): -12300151 or 8998980. OLE color: 8998980.

HSL color Cylindrical-coordinate representation of color #445089: hue angle of 229.57º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445089 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 80 137 -
CMYK 0.50 0.42 0 0.46
HSL 229.57º 0.34% 0.4% -
HSV(B) 229.57º 0.5% 0.54% -
XYZ 9.77 8.77 24.85 -
YUV 82.91 158.52 117.37 -
System Red Green Blue C M Y K H S L
Decimal 68 80 137 0.50 0.42 0 0.46 229.57 0.34 0.4
Hex 44 50 89 32 2A 0 2E E6 22 28
Octal 104 120 211 62 52 0 56 346 42 50
Binary 1000100 1010000 10001001 110010 101010 0 101110 11100110 100010 101000

Color Harmonies of #445089

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445089

Black with #445089

Text Example


Text Example

White with #445089

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445089; }

 p { color: rgb(68,80,137); }

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

background-color css

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

 a { background-color: rgb(68,80,137); }

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

border-color css

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

 span { border-color: rgb(68,80,137); }

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