Html Css Color HEX #445A8D Tory Blue

📋 copy color: '#445A8D'

red 68 ◦ green 90 ◦ blue 141

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

Shades of Tory Blue #445A8D

Tints of Tory Blue #445A8D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

 BLUE value IS 141 (55.47% from 255) = 47.16%

R = 22.74%
G = 30.1%
B = 47.16%

CMYK

 C value IS 0.52

 M value IS 0.36

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#445A8D (or 0x445A8D) is known color: Tory Blue. HEX triplet: 44, 5A and 8D. RGB value is (68,90,141). Sum of RGB (Red+Green+Blue) = 68+90+141=299 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.74% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 141 - color contains mainly: blue. Hex color #445A8D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A8D is #BBA572. Grayscale: #595959. Windows color (decimal): -12297587 or 9263684. OLE color: 9263684.

HSL color Cylindrical-coordinate representation of color #445A8D: hue angle of 221.92º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #445A8D is Cyan = 0.52, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 68 90 141 -
CMYK 0.52 0.36 0 0.45
HSL 221.92º 0.35% 0.41% -
HSV(B) 221.92º 0.52% 0.55% -
XYZ 10.85 10.46 26.65 -
YUV 89.24 157.21 112.85 -
System Red Green Blue C M Y K H S L
Decimal 68 90 141 0.52 0.36 0 0.45 221.92 0.35 0.41
Hex 44 5A 8D 34 24 0 2D DE 23 29
Octal 104 132 215 64 44 0 55 336 43 51
Binary 1000100 1011010 10001101 110100 100100 0 101101 11011110 100011 101001

Color Harmonies of #445A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A8D

Black with #445A8D

Text Example


Text Example

White with #445A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(68,90,141); }

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

background-color css

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

 a { background-color: rgb(68,90,141); }

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

border-color css

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

 span { border-color: rgb(68,90,141); }

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