Html Css Color HEX #445B8A Tory Blue

📋 copy color: '#445B8A'

red 68 ◦ green 91 ◦ blue 138

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

Shades of Tory Blue #445B8A

Tints of Tory Blue #445B8A

RGB

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

 GREEN value IS 91 (35.94% from 255) = 30.64%

 BLUE value IS 138 (54.3% from 255) = 46.46%

R = 22.9%
G = 30.64%
B = 46.46%

CMYK

 C value IS 0.51

 M value IS 0.34

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#445B8A (or 0x445B8A) is known color: Tory Blue. HEX triplet: 44, 5B and 8A. RGB value is (68,91,138). Sum of RGB (Red+Green+Blue) = 68+91+138=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 138 (54.30% from 255 or 46.46% from 297); Max value from RGB is 138 - color contains mainly: blue. Hex color #445B8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445B8A is #BBA475. Grayscale: #595959. Windows color (decimal): -12297334 or 9067332. OLE color: 9067332.

HSL color Cylindrical-coordinate representation of color #445B8A: hue angle of 220.29º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #445B8A is Cyan = 0.51, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 68 91 138 -
CMYK 0.51 0.34 0 0.46
HSL 220.29º 0.34% 0.4% -
HSV(B) 220.29º 0.51% 0.54% -
XYZ 10.71 10.55 25.52 -
YUV 89.48 155.38 112.68 -
System Red Green Blue C M Y K H S L
Decimal 68 91 138 0.51 0.34 0 0.46 220.29 0.34 0.4
Hex 44 5B 8A 33 22 0 2E DC 22 28
Octal 104 133 212 63 42 0 56 334 42 50
Binary 1000100 1011011 10001010 110011 100010 0 101110 11011100 100010 101000

Color Harmonies of #445B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445B8A

Black with #445B8A

Text Example


Text Example

White with #445B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445B8A; }

 p { color: rgb(68,91,138); }

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

background-color css

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

 a { background-color: rgb(68,91,138); }

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

border-color css

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

 span { border-color: rgb(68,91,138); }

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