Html Css Color HEX #445185 Tory Blue

📋 copy color: '#445185'

red 68 ◦ green 81 ◦ blue 133

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

Shades of Tory Blue #445185

Tints of Tory Blue #445185

RGB

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

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

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

R = 24.11%
G = 28.72%
B = 47.16%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#445185 (or 0x445185) is known color: Tory Blue. HEX triplet: 44, 51 and 85. RGB value is (68,81,133). Sum of RGB (Red+Green+Blue) = 68+81+133=282 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.11% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #445185 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445185 is #BBAE7A. Grayscale: #525252. Windows color (decimal): -12299899 or 8737092. OLE color: 8737092.

HSL color Cylindrical-coordinate representation of color #445185: hue angle of 228º 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 #445185 is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 68 81 133 -
CMYK 0.49 0.39 0 0.48
HSL 228º 0.32% 0.39% -
HSV(B) 228º 0.49% 0.52% -
XYZ 9.56 8.81 23.39 -
YUV 83.04 156.19 117.27 -
System Red Green Blue C M Y K H S L
Decimal 68 81 133 0.49 0.39 0 0.48 228 0.32 0.39
Hex 44 51 85 31 27 0 30 E4 20 27
Octal 104 121 205 61 47 0 60 344 40 47
Binary 1000100 1010001 10000101 110001 100111 0 110000 11100100 100000 100111

Color Harmonies of #445185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445185

Black with #445185

Text Example


Text Example

White with #445185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445185; }

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

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

background-color css

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

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

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

border-color css

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

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

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