Html Css Color HEX #44508B Tory Blue

📋 copy color: '#44508B'

red 68 ◦ green 80 ◦ blue 139

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

Shades of Tory Blue #44508B

Tints of Tory Blue #44508B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 27.87%

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

R = 23.69%
G = 27.87%
B = 48.43%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#44508B (or 0x44508B) is known color: Tory Blue. HEX triplet: 44, 50 and 8B. RGB value is (68,80,139). Sum of RGB (Red+Green+Blue) = 68+80+139=287 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.69% from 287); Green value is 80 (31.64% from 255 or 27.87% from 287); Blue value is 139 (54.69% from 255 or 48.43% from 287); Max value from RGB is 139 - color contains mainly: blue. Hex color #44508B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #44508B is #BBAF74. Grayscale: #525252. Windows color (decimal): -12300149 or 9130052. OLE color: 9130052.

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

Color convert

RGB 68 80 139 -
CMYK 0.51 0.42 0 0.45
HSL 229.86º 0.34% 0.41% -
HSV(B) 229.86º 0.51% 0.55% -
XYZ 9.91 8.83 25.61 -
YUV 83.14 159.52 117.2 -
System Red Green Blue C M Y K H S L
Decimal 68 80 139 0.51 0.42 0 0.45 229.86 0.34 0.41
Hex 44 50 8B 33 2A 0 2D E6 22 29
Octal 104 120 213 63 52 0 55 346 42 51
Binary 1000100 1010000 10001011 110011 101010 0 101101 11100110 100010 101001

Color Harmonies of #44508B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44508B

Black with #44508B

Text Example


Text Example

White with #44508B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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