Html Css Color HEX #445085 Tory Blue

📋 copy color: '#445085'

red 68 ◦ green 80 ◦ blue 133

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

Shades of Tory Blue #445085

Tints of Tory Blue #445085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.33%

R = 24.2%
G = 28.47%
B = 47.33%

CMYK

 C value IS 0.49

 M value IS 0.40

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#445085 (or 0x445085) is known color: Tory Blue. HEX triplet: 44, 50 and 85. RGB value is (68,80,133). Sum of RGB (Red+Green+Blue) = 68+80+133=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 80 (31.64% from 255 or 28.47% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #445085 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445085 is #BBAF7A. Grayscale: #525252. Windows color (decimal): -12300155 or 8736836. OLE color: 8736836.

HSL color Cylindrical-coordinate representation of color #445085: hue angle of 228.92º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #445085 is Cyan = 0.49, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 80 133 -
CMYK 0.49 0.40 0 0.48
HSL 228.92º 0.32% 0.39% -
HSV(B) 228.92º 0.49% 0.52% -
XYZ 9.49 8.66 23.36 -
YUV 82.45 156.52 117.69 -
System Red Green Blue C M Y K H S L
Decimal 68 80 133 0.49 0.40 0 0.48 228.92 0.32 0.39
Hex 44 50 85 31 28 0 30 E5 20 27
Octal 104 120 205 61 50 0 60 345 40 47
Binary 1000100 1010000 10000101 110001 101000 0 110000 11100101 100000 100111

Color Harmonies of #445085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445085

Black with #445085

Text Example


Text Example

White with #445085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445085; }

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

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

background-color css

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

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

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

border-color css

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

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

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