Html Css Color HEX #284996 Tory Blue

📋 copy color: '#284996'

red 40 ◦ green 73 ◦ blue 150

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

Shades of Tory Blue #284996

Tints of Tory Blue #284996

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.76%

 BLUE value IS 150 (58.98% from 255) = 57.03%

R = 15.21%
G = 27.76%
B = 57.03%

CMYK

 C value IS 0.73

 M value IS 0.51

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#284996 (or 0x284996) is known color: Tory Blue. HEX triplet: 28, 49 and 96. RGB value is (40,73,150). Sum of RGB (Red+Green+Blue) = 40+73+150=263 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.21% from 263); Green value is 73 (28.91% from 255 or 27.76% from 263); Blue value is 150 (58.98% from 255 or 57.03% from 263); Max value from RGB is 150 - color contains mainly: blue. Hex color #284996 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284996 is #D7B669. Grayscale: #474747. Windows color (decimal): -14136938 or 9849128. OLE color: 9849128.

HSL color Cylindrical-coordinate representation of color #284996: hue angle of 222º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284996 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 73 150 -
CMYK 0.73 0.51 0 0.41
HSL 222º 0.58% 0.37% -
HSV(B) 222º 0.73% 0.59% -
XYZ 8.76 7.42 29.82 -
YUV 71.91 172.07 105.24 -
System Red Green Blue C M Y K H S L
Decimal 40 73 150 0.73 0.51 0 0.41 222 0.58 0.37
Hex 28 49 96 49 33 0 29 DE 3A 25
Octal 50 111 226 111 63 0 51 336 72 45
Binary 101000 1001001 10010110 1001001 110011 0 101001 11011110 111010 100101

Color Harmonies of #284996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284996

Black with #284996

Text Example


Text Example

White with #284996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284996; }

 p { color: rgb(40,73,150); }

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

background-color css

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

 a { background-color: rgb(40,73,150); }

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

border-color css

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

 span { border-color: rgb(40,73,150); }

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