Html Css Color HEX #445584 Tory Blue

📋 copy color: '#445584'

red 68 ◦ green 85 ◦ blue 132

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

Shades of Tory Blue #445584

Tints of Tory Blue #445584

RGB

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

 GREEN value IS 85 (33.59% from 255) = 29.82%

 BLUE value IS 132 (51.95% from 255) = 46.32%

R = 23.86%
G = 29.82%
B = 46.32%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#445584 (or 0x445584) is known color: Tory Blue. HEX triplet: 44, 55 and 84. RGB value is (68,85,132). Sum of RGB (Red+Green+Blue) = 68+85+132=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 132 (51.95% from 255 or 46.32% from 285); Max value from RGB is 132 - color contains mainly: blue. Hex color #445584 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445584 is #BBAA7B. Grayscale: #555555. Windows color (decimal): -12298876 or 8672580. OLE color: 8672580.

HSL color Cylindrical-coordinate representation of color #445584: hue angle of 224.06º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #445584 is Cyan = 0.48, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 85 132 -
CMYK 0.48 0.36 0 0.48
HSL 224.06º 0.32% 0.39% -
HSV(B) 224.06º 0.48% 0.52% -
XYZ 9.8 9.39 23.13 -
YUV 85.28 154.37 115.68 -
System Red Green Blue C M Y K H S L
Decimal 68 85 132 0.48 0.36 0 0.48 224.06 0.32 0.39
Hex 44 55 84 30 24 0 30 E0 20 27
Octal 104 125 204 60 44 0 60 340 40 47
Binary 1000100 1010101 10000100 110000 100100 0 110000 11100000 100000 100111

Color Harmonies of #445584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445584

Black with #445584

Text Example


Text Example

White with #445584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445584; }

 p { color: rgb(68,85,132); }

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

background-color css

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

 a { background-color: rgb(68,85,132); }

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

border-color css

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

 span { border-color: rgb(68,85,132); }

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