Html Css Color HEX #44558B Tory Blue

📋 copy color: '#44558B'

red 68 ◦ green 85 ◦ blue 139

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

Shades of Tory Blue #44558B

Tints of Tory Blue #44558B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 47.6%

R = 23.29%
G = 29.11%
B = 47.6%

CMYK

 C value IS 0.51

 M value IS 0.39

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44558B (or 0x44558B) is known color: Tory Blue. HEX triplet: 44, 55 and 8B. RGB value is (68,85,139). Sum of RGB (Red+Green+Blue) = 68+85+139=292 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.29% from 292); Green value is 85 (33.59% from 255 or 29.11% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #44558B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44558B is #BBAA74. Grayscale: #555555. Windows color (decimal): -12298869 or 9131332. OLE color: 9131332.

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

Color convert

RGB 68 85 139 -
CMYK 0.51 0.39 0 0.45
HSL 225.63º 0.34% 0.41% -
HSV(B) 225.63º 0.51% 0.55% -
XYZ 10.29 9.59 25.73 -
YUV 86.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 68 85 139 0.51 0.39 0 0.45 225.63 0.34 0.41
Hex 44 55 8B 33 27 0 2D E2 22 29
Octal 104 125 213 63 47 0 55 342 42 51
Binary 1000100 1010101 10001011 110011 100111 0 101101 11100010 100010 101001

Color Harmonies of #44558B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44558B

Black with #44558B

Text Example


Text Example

White with #44558B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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