Html Css Color HEX #445188 Tory Blue

📋 copy color: '#445188'

red 68 ◦ green 81 ◦ blue 136

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

Shades of Tory Blue #445188

Tints of Tory Blue #445188

RGB

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

 GREEN value IS 81 (32.03% from 255) = 28.42%

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

R = 23.86%
G = 28.42%
B = 47.72%

CMYK

 C value IS 0.50

 M value IS 0.40

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#445188 (or 0x445188) is known color: Tory Blue. HEX triplet: 44, 51 and 88. RGB value is (68,81,136). Sum of RGB (Red+Green+Blue) = 68+81+136=285 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.86% from 285); Green value is 81 (32.03% from 255 or 28.42% from 285); Blue value is 136 (53.52% from 255 or 47.72% from 285); Max value from RGB is 136 - color contains mainly: blue. Hex color #445188 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445188 is #BBAE77. Grayscale: #535353. Windows color (decimal): -12299896 or 8933700. OLE color: 8933700.

HSL color Cylindrical-coordinate representation of color #445188: hue angle of 228.53º 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 #445188 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 68 81 136 -
CMYK 0.50 0.40 0 0.47
HSL 228.53º 0.33% 0.4% -
HSV(B) 228.53º 0.5% 0.53% -
XYZ 9.77 8.89 24.49 -
YUV 83.38 157.69 117.03 -
System Red Green Blue C M Y K H S L
Decimal 68 81 136 0.50 0.40 0 0.47 228.53 0.33 0.4
Hex 44 51 88 32 28 0 2F E5 21 28
Octal 104 121 210 62 50 0 57 345 41 50
Binary 1000100 1010001 10001000 110010 101000 0 101111 11100101 100001 101000

Color Harmonies of #445188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445188

Black with #445188

Text Example


Text Example

White with #445188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445188; }

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

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

background-color css

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

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

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

border-color css

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

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

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