Html Css Color HEX #445382 Tory Blue

📋 copy color: '#445382'

red 68 ◦ green 83 ◦ blue 130

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

Shades of Tory Blue #445382

Tints of Tory Blue #445382

RGB

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

 GREEN value IS 83 (32.81% from 255) = 29.54%

 BLUE value IS 130 (51.17% from 255) = 46.26%

R = 24.2%
G = 29.54%
B = 46.26%

CMYK

 C value IS 0.48

 M value IS 0.36

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#445382 (or 0x445382) is known color: Tory Blue. HEX triplet: 44, 53 and 82. RGB value is (68,83,130). Sum of RGB (Red+Green+Blue) = 68+83+130=281 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.20% from 281); Green value is 83 (32.81% from 255 or 29.54% from 281); Blue value is 130 (51.17% from 255 or 46.26% from 281); Max value from RGB is 130 - color contains mainly: blue. Hex color #445382 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #445382 is #BBAC7D. Grayscale: #535353. Windows color (decimal): -12299390 or 8540996. OLE color: 8540996.

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

Color convert

RGB 68 83 130 -
CMYK 0.48 0.36 0 0.49
HSL 225.48º 0.31% 0.39% -
HSV(B) 225.48º 0.48% 0.51% -
XYZ 9.51 9.03 22.36 -
YUV 83.87 154.03 116.68 -
System Red Green Blue C M Y K H S L
Decimal 68 83 130 0.48 0.36 0 0.49 225.48 0.31 0.39
Hex 44 53 82 30 24 0 31 E1 1F 27
Octal 104 123 202 60 44 0 61 341 37 47
Binary 1000100 1010011 10000010 110000 100100 0 110001 11100001 11111 100111

Color Harmonies of #445382

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #445382

Black with #445382

Text Example


Text Example

White with #445382

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #445382; }

 p { color: rgb(68,83,130); }

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

background-color css

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

 a { background-color: rgb(68,83,130); }

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

border-color css

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

 span { border-color: rgb(68,83,130); }

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