Html Css Color HEX #445788 Tory Blue

📋 copy color: '#445788'

red 68 ◦ green 87 ◦ blue 136

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

Shades of Tory Blue #445788

Tints of Tory Blue #445788

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.9%

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

R = 23.37%
G = 29.9%
B = 46.74%

CMYK

 C value IS 0.50

 M value IS 0.36

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#445788 (or 0x445788) is known color: Tory Blue. HEX triplet: 44, 57 and 88. RGB value is (68,87,136). Sum of RGB (Red+Green+Blue) = 68+87+136=291 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.37% from 291); Green value is 87 (34.38% from 255 or 29.90% from 291); Blue value is 136 (53.52% from 255 or 46.74% from 291); Max value from RGB is 136 - color contains mainly: blue. Hex color #445788 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445788 is #BBA877. Grayscale: #565656. Windows color (decimal): -12298360 or 8935236. OLE color: 8935236.

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

Color convert

RGB 68 87 136 -
CMYK 0.50 0.36 0 0.47
HSL 223.24º 0.33% 0.4% -
HSV(B) 223.24º 0.5% 0.53% -
XYZ 10.24 9.82 24.65 -
YUV 86.91 155.71 114.52 -
System Red Green Blue C M Y K H S L
Decimal 68 87 136 0.50 0.36 0 0.47 223.24 0.33 0.4
Hex 44 57 88 32 24 0 2F DF 21 28
Octal 104 127 210 62 44 0 57 337 41 50
Binary 1000100 1010111 10001000 110010 100100 0 101111 11011111 100001 101000

Color Harmonies of #445788

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445788

Black with #445788

Text Example


Text Example

White with #445788

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445788; }

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

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

background-color css

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

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

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

border-color css

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

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

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