Html Css Color HEX #445288 Tory Blue

📋 copy color: '#445288'

red 68 ◦ green 82 ◦ blue 136

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

Shades of Tory Blue #445288

Tints of Tory Blue #445288

RGB

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

 GREEN value IS 82 (32.42% from 255) = 28.67%

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

R = 23.78%
G = 28.67%
B = 47.55%

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

#445288 (or 0x445288) is known color: Tory Blue. HEX triplet: 44, 52 and 88. RGB value is (68,82,136). Sum of RGB (Red+Green+Blue) = 68+82+136=286 (37% of max value = 765). Red value is 68 (26.95% from 255 or 23.78% from 286); Green value is 82 (32.42% from 255 or 28.67% from 286); Blue value is 136 (53.52% from 255 or 47.55% from 286); Max value from RGB is 136 - color contains mainly: blue. Hex color #445288 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445288 is #BBAD77. Grayscale: #535353. Windows color (decimal): -12299640 or 8933956. OLE color: 8933956.

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

Color convert

RGB 68 82 136 -
CMYK 0.50 0.40 0 0.47
HSL 227.65º 0.33% 0.4% -
HSV(B) 227.65º 0.5% 0.53% -
XYZ 9.85 9.04 24.52 -
YUV 83.97 157.36 116.61 -
System Red Green Blue C M Y K H S L
Decimal 68 82 136 0.50 0.40 0 0.47 227.65 0.33 0.4
Hex 44 52 88 32 28 0 2F E4 21 28
Octal 104 122 210 62 50 0 57 344 41 50
Binary 1000100 1010010 10001000 110010 101000 0 101111 11100100 100001 101000

Color Harmonies of #445288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445288

Black with #445288

Text Example


Text Example

White with #445288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445288; }

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

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

background-color css

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

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

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

border-color css

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

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

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