Html Css Color HEX #445A8B Tory Blue

📋 copy color: '#445A8B'

red 68 ◦ green 90 ◦ blue 139

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

Shades of Tory Blue #445A8B

Tints of Tory Blue #445A8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.8%

R = 22.9%
G = 30.3%
B = 46.8%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#445A8B (or 0x445A8B) is known color: Tory Blue. HEX triplet: 44, 5A and 8B. RGB value is (68,90,139). Sum of RGB (Red+Green+Blue) = 68+90+139=297 (39% of max value = 765). Red value is 68 (26.95% from 255 or 22.90% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 139 (54.69% from 255 or 46.80% from 297); Max value from RGB is 139 - color contains mainly: blue. Hex color #445A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445A8B is #BBA574. Grayscale: #585858. Windows color (decimal): -12297589 or 9132612. OLE color: 9132612.

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

Color convert

RGB 68 90 139 -
CMYK 0.51 0.35 0 0.45
HSL 221.41º 0.34% 0.41% -
HSV(B) 221.41º 0.51% 0.55% -
XYZ 10.7 10.41 25.87 -
YUV 89.01 156.21 113.02 -
System Red Green Blue C M Y K H S L
Decimal 68 90 139 0.51 0.35 0 0.45 221.41 0.34 0.41
Hex 44 5A 8B 33 23 0 2D DD 22 29
Octal 104 132 213 63 43 0 55 335 42 51
Binary 1000100 1011010 10001011 110011 100011 0 101101 11011101 100010 101001

Color Harmonies of #445A8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445A8B

Black with #445A8B

Text Example


Text Example

White with #445A8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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