Html Css Color HEX #445391 Tory Blue

📋 copy color: '#445391'

red 68 ◦ green 83 ◦ blue 145

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

Shades of Tory Blue #445391

Tints of Tory Blue #445391

RGB

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

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

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

R = 22.97%
G = 28.04%
B = 48.99%

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

#445391 (or 0x445391) is known color: Tory Blue. HEX triplet: 44, 53 and 91. RGB value is (68,83,145). Sum of RGB (Red+Green+Blue) = 68+83+145=296 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.97% from 296); Green value is 83 (32.81% from 255 or 28.04% from 296); Blue value is 145 (57.03% from 255 or 48.99% from 296); Max value from RGB is 145 - color contains mainly: blue. Hex color #445391 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445391 is #BBAC6E. Grayscale: #555555. Windows color (decimal): -12299375 or 9524036. OLE color: 9524036.

HSL color Cylindrical-coordinate representation of color #445391: hue angle of 228.31º 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 #445391 is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 68 83 145 -
CMYK 0.53 0.43 0 0.43
HSL 228.31º 0.36% 0.42% -
HSV(B) 228.31º 0.53% 0.57% -
XYZ 10.59 9.46 28.06 -
YUV 85.58 161.53 115.46 -
System Red Green Blue C M Y K H S L
Decimal 68 83 145 0.53 0.43 0 0.43 228.31 0.36 0.42
Hex 44 53 91 35 2B 0 2B E4 24 2A
Octal 104 123 221 65 53 0 53 344 44 52
Binary 1000100 1010011 10010001 110101 101011 0 101011 11100100 100100 101010

Color Harmonies of #445391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445391

Black with #445391

Text Example


Text Example

White with #445391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445391; }

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

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

background-color css

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

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

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

border-color css

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

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

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