Html Css Color HEX #284891 Tory Blue

📋 copy color: '#284891'

red 40 ◦ green 72 ◦ blue 145

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

Shades of Tory Blue #284891

Tints of Tory Blue #284891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 56.42%

R = 15.56%
G = 28.02%
B = 56.42%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284891 (or 0x284891) is known color: Tory Blue. HEX triplet: 28, 48 and 91. RGB value is (40,72,145). Sum of RGB (Red+Green+Blue) = 40+72+145=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 72 (28.52% from 255 or 28.02% from 257); Blue value is 145 (57.03% from 255 or 56.42% from 257); Max value from RGB is 145 - color contains mainly: blue. Hex color #284891 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284891 is #D7B76E. Grayscale: #464646. Windows color (decimal): -14137199 or 9521192. OLE color: 9521192.

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

Color convert

RGB 40 72 145 -
CMYK 0.72 0.50 0 0.43
HSL 221.71º 0.57% 0.36% -
HSV(B) 221.71º 0.72% 0.57% -
XYZ 8.3 7.13 27.73 -
YUV 70.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 40 72 145 0.72 0.50 0 0.43 221.71 0.57 0.36
Hex 28 48 91 48 32 0 2B DE 39 24
Octal 50 110 221 110 62 0 53 336 71 44
Binary 101000 1001000 10010001 1001000 110010 0 101011 11011110 111001 100100

Color Harmonies of #284891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284891

Black with #284891

Text Example


Text Example

White with #284891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284891; }

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

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

background-color css

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

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

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

border-color css

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

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

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