Html Css Color HEX #44588B Tory Blue

📋 copy color: '#44588B'

red 68 ◦ green 88 ◦ blue 139

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

Shades of Tory Blue #44588B

Tints of Tory Blue #44588B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.83%

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

R = 23.05%
G = 29.83%
B = 47.12%

CMYK

 C value IS 0.51

 M value IS 0.37

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44588B (or 0x44588B) is known color: Tory Blue. HEX triplet: 44, 58 and 8B. RGB value is (68,88,139). Sum of RGB (Red+Green+Blue) = 68+88+139=295 (39% of max value = 765). Red value is 68 (26.95% from 255 or 23.05% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 139 (54.69% from 255 or 47.12% from 295); Max value from RGB is 139 - color contains mainly: blue. Hex color #44588B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44588B is #BBA774. Grayscale: #575757. Windows color (decimal): -12298101 or 9132100. OLE color: 9132100.

HSL color Cylindrical-coordinate representation of color #44588B: hue angle of 223.1º 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 #44588B is Cyan = 0.51, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 88 139 -
CMYK 0.51 0.37 0 0.45
HSL 223.1º 0.34% 0.41% -
HSV(B) 223.1º 0.51% 0.55% -
XYZ 10.53 10.07 25.82 -
YUV 87.83 156.87 113.85 -
System Red Green Blue C M Y K H S L
Decimal 68 88 139 0.51 0.37 0 0.45 223.1 0.34 0.41
Hex 44 58 8B 33 25 0 2D DF 22 29
Octal 104 130 213 63 45 0 55 337 42 51
Binary 1000100 1011000 10001011 110011 100101 0 101101 11011111 100010 101001

Color Harmonies of #44588B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44588B

Black with #44588B

Text Example


Text Example

White with #44588B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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