Html Css Color HEX #284999 Tory Blue

📋 copy color: '#284999'

red 40 ◦ green 73 ◦ blue 153

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

Shades of Tory Blue #284999

Tints of Tory Blue #284999

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 57.52%

R = 15.04%
G = 27.44%
B = 57.52%

CMYK

 C value IS 0.74

 M value IS 0.52

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#284999 (or 0x284999) is known color: Tory Blue. HEX triplet: 28, 49 and 99. RGB value is (40,73,153). Sum of RGB (Red+Green+Blue) = 40+73+153=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 73 (28.91% from 255 or 27.44% from 266); Blue value is 153 (60.16% from 255 or 57.52% from 266); Max value from RGB is 153 - color contains mainly: blue. Hex color #284999 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284999 is #D7B666. Grayscale: #474747. Windows color (decimal): -14136935 or 10045736. OLE color: 10045736.

HSL color Cylindrical-coordinate representation of color #284999: hue angle of 222.48º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284999 is Cyan = 0.74, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 40 73 153 -
CMYK 0.74 0.52 0 0.4
HSL 222.48º 0.59% 0.38% -
HSV(B) 222.48º 0.74% 0.6% -
XYZ 9.01 7.52 31.11 -
YUV 72.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 40 73 153 0.74 0.52 0 0.4 222.48 0.59 0.38
Hex 28 49 99 4A 34 0 28 DE 3B 26
Octal 50 111 231 112 64 0 50 336 73 46
Binary 101000 1001001 10011001 1001010 110100 0 101000 11011110 111011 100110

Color Harmonies of #284999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284999

Black with #284999

Text Example


Text Example

White with #284999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284999; }

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

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

background-color css

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

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

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

border-color css

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

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

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