Html Css Color HEX #445988 Tory Blue

📋 copy color: '#445988'

red 68 ◦ green 89 ◦ blue 136

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

Shades of Tory Blue #445988

Tints of Tory Blue #445988

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.38%

 BLUE value IS 136 (53.52% from 255) = 46.42%

R = 23.21%
G = 30.38%
B = 46.42%

CMYK

 C value IS 0.50

 M value IS 0.35

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#445988 (or 0x445988) is known color: Tory Blue. HEX triplet: 44, 59 and 88. RGB value is (68,89,136). Sum of RGB (Red+Green+Blue) = 68+89+136=293 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.21% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 136 - color contains mainly: blue. Hex color #445988 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445988 is #BBA677. Grayscale: #575757. Windows color (decimal): -12297848 or 8935748. OLE color: 8935748.

HSL color Cylindrical-coordinate representation of color #445988: hue angle of 221.47º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #445988 is Cyan = 0.50, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 89 136 -
CMYK 0.50 0.35 0 0.47
HSL 221.47º 0.33% 0.4% -
HSV(B) 221.47º 0.5% 0.53% -
XYZ 10.4 10.15 24.7 -
YUV 88.08 155.04 113.68 -
System Red Green Blue C M Y K H S L
Decimal 68 89 136 0.50 0.35 0 0.47 221.47 0.33 0.4
Hex 44 59 88 32 23 0 2F DD 21 28
Octal 104 131 210 62 43 0 57 335 41 50
Binary 1000100 1011001 10001000 110010 100011 0 101111 11011101 100001 101000

Color Harmonies of #445988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445988

Black with #445988

Text Example


Text Example

White with #445988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445988; }

 p { color: rgb(68,89,136); }

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

background-color css

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

 a { background-color: rgb(68,89,136); }

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

border-color css

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

 span { border-color: rgb(68,89,136); }

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