Html Css Color HEX #445389 Tory Blue

📋 copy color: '#445389'

red 68 ◦ green 83 ◦ blue 137

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

Shades of Tory Blue #445389

Tints of Tory Blue #445389

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.82%

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

R = 23.61%
G = 28.82%
B = 47.57%

CMYK

 C value IS 0.50

 M value IS 0.39

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#445389 (or 0x445389) is known color: Tory Blue. HEX triplet: 44, 53 and 89. RGB value is (68,83,137). Sum of RGB (Red+Green+Blue) = 68+83+137=288 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.61% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 137 (53.91% from 255 or 47.57% from 288); Max value from RGB is 137 - color contains mainly: blue. Hex color #445389 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445389 is #BBAC76. Grayscale: #545454. Windows color (decimal): -12299383 or 8999748. OLE color: 8999748.

HSL color Cylindrical-coordinate representation of color #445389: hue angle of 226.96º 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 #445389 is Cyan = 0.50, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 83 137 -
CMYK 0.50 0.39 0 0.46
HSL 226.96º 0.34% 0.4% -
HSV(B) 226.96º 0.5% 0.54% -
XYZ 9.99 9.22 24.92 -
YUV 84.67 157.53 116.11 -
System Red Green Blue C M Y K H S L
Decimal 68 83 137 0.50 0.39 0 0.46 226.96 0.34 0.4
Hex 44 53 89 32 27 0 2E E3 22 28
Octal 104 123 211 62 47 0 56 343 42 50
Binary 1000100 1010011 10001001 110010 100111 0 101110 11100011 100010 101000

Color Harmonies of #445389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445389

Black with #445389

Text Example


Text Example

White with #445389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445389; }

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

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

background-color css

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

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

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

border-color css

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

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

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