Html Css Color HEX #44558D Tory Blue

📋 copy color: '#44558D'

red 68 ◦ green 85 ◦ blue 141

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

Shades of Tory Blue #44558D

Tints of Tory Blue #44558D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 23.13%
G = 28.91%
B = 47.96%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44558D (or 0x44558D) is known color: Tory Blue. HEX triplet: 44, 55 and 8D. RGB value is (68,85,141). Sum of RGB (Red+Green+Blue) = 68+85+141=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #44558D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44558D is #BBAA72. Grayscale: #565656. Windows color (decimal): -12298867 or 9262404. OLE color: 9262404.

HSL color Cylindrical-coordinate representation of color #44558D: hue angle of 226.03º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44558D is Cyan = 0.52, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 85 141 -
CMYK 0.52 0.40 0 0.45
HSL 226.03º 0.35% 0.41% -
HSV(B) 226.03º 0.52% 0.55% -
XYZ 10.44 9.65 26.51 -
YUV 86.3 158.87 114.95 -
System Red Green Blue C M Y K H S L
Decimal 68 85 141 0.52 0.40 0 0.45 226.03 0.35 0.41
Hex 44 55 8D 34 28 0 2D E2 23 29
Octal 104 125 215 64 50 0 55 342 43 51
Binary 1000100 1010101 10001101 110100 101000 0 101101 11100010 100011 101001

Color Harmonies of #44558D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44558D

Black with #44558D

Text Example


Text Example

White with #44558D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44558D; }

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

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

background-color css

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

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

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

border-color css

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

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

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