Html Css Color HEX #284890 Tory Blue

📋 copy color: '#284890'

red 40 ◦ green 72 ◦ blue 144

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

Shades of Tory Blue #284890

Tints of Tory Blue #284890

RGB

 RED value IS 40 (16.02% from 255) = 15.63%

 GREEN value IS 72 (28.52% from 255) = 28.13%

 BLUE value IS 144 (56.64% from 255) = 56.25%

R = 15.63%
G = 28.13%
B = 56.25%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#284890 (or 0x284890) is known color: Tory Blue. HEX triplet: 28, 48 and 90. RGB value is (40,72,144). Sum of RGB (Red+Green+Blue) = 40+72+144=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 72 (28.52% from 255 or 28.12% from 256); Blue value is 144 (56.64% from 255 or 56.25% from 256); Max value from RGB is 144 - color contains mainly: blue. Hex color #284890 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284890 is #D7B76F. Grayscale: #464646. Windows color (decimal): -14137200 or 9455656. OLE color: 9455656.

HSL color Cylindrical-coordinate representation of color #284890: hue angle of 221.54º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #284890 is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 72 144 -
CMYK 0.72 0.50 0 0.44
HSL 221.54º 0.57% 0.36% -
HSV(B) 221.54º 0.72% 0.56% -
XYZ 8.23 7.1 27.32 -
YUV 70.64 169.4 106.15 -
System Red Green Blue C M Y K H S L
Decimal 40 72 144 0.72 0.50 0 0.44 221.54 0.57 0.36
Hex 28 48 90 48 32 0 2C DE 39 24
Octal 50 110 220 110 62 0 54 336 71 44
Binary 101000 1001000 10010000 1001000 110010 0 101100 11011110 111001 100100

Color Harmonies of #284890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284890

Black with #284890

Text Example


Text Example

White with #284890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284890; }

 p { color: rgb(40,72,144); }

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

background-color css

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

 a { background-color: rgb(40,72,144); }

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

border-color css

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

 span { border-color: rgb(40,72,144); }

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