Html Css Color HEX #284992 Tory Blue

📋 copy color: '#284992'

red 40 ◦ green 73 ◦ blue 146

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

Shades of Tory Blue #284992

Tints of Tory Blue #284992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 56.37%

R = 15.44%
G = 28.19%
B = 56.37%

CMYK

 C value IS 0.73

 M value IS 0.5

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284992 (or 0x284992) is known color: Tory Blue. HEX triplet: 28, 49 and 92. RGB value is (40,73,146). Sum of RGB (Red+Green+Blue) = 40+73+146=259 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.44% from 259); Green value is 73 (28.91% from 255 or 28.19% from 259); Blue value is 146 (57.42% from 255 or 56.37% from 259); Max value from RGB is 146 - color contains mainly: blue. Hex color #284992 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284992 is #D7B66D. Grayscale: #474747. Windows color (decimal): -14136942 or 9586984. OLE color: 9586984.

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

Color convert

RGB 40 73 146 -
CMYK 0.73 0.5 0 0.43
HSL 221.32º 0.57% 0.36% -
HSV(B) 221.32º 0.73% 0.57% -
XYZ 8.45 7.29 28.16 -
YUV 71.46 170.07 105.56 -
System Red Green Blue C M Y K H S L
Decimal 40 73 146 0.73 0.5 0 0.43 221.32 0.57 0.36
Hex 28 49 92 49 32 0 2B DD 39 24
Octal 50 111 222 111 62 0 53 335 71 44
Binary 101000 1001001 10010010 1001001 110010 0 101011 11011101 111001 100100

Color Harmonies of #284992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284992

Black with #284992

Text Example


Text Example

White with #284992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284992; }

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

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

background-color css

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

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

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

border-color css

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

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

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