Html Css Color HEX #284795 Tory Blue

📋 copy color: '#284795'

red 40 ◦ green 71 ◦ blue 149

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

Shades of Tory Blue #284795

Tints of Tory Blue #284795

RGB

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

 GREEN value IS 71 (28.13% from 255) = 27.31%

 BLUE value IS 149 (58.59% from 255) = 57.31%

R = 15.38%
G = 27.31%
B = 57.31%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#284795 (or 0x284795) is known color: Tory Blue. HEX triplet: 28, 47 and 95. RGB value is (40,71,149). Sum of RGB (Red+Green+Blue) = 40+71+149=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 149 (58.59% from 255 or 57.31% from 260); Max value from RGB is 149 - color contains mainly: blue. Hex color #284795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284795 is #D7B86A. Grayscale: #464646. Windows color (decimal): -14137451 or 9783080. OLE color: 9783080.

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

Color convert

RGB 40 71 149 -
CMYK 0.73 0.52 0 0.42
HSL 222.94º 0.58% 0.37% -
HSV(B) 222.94º 0.73% 0.58% -
XYZ 8.55 7.13 29.36 -
YUV 70.62 172.23 106.16 -
System Red Green Blue C M Y K H S L
Decimal 40 71 149 0.73 0.52 0 0.42 222.94 0.58 0.37
Hex 28 47 95 49 34 0 2A DF 3A 25
Octal 50 107 225 111 64 0 52 337 72 45
Binary 101000 1000111 10010101 1001001 110100 0 101010 11011111 111010 100101

Color Harmonies of #284795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284795

Black with #284795

Text Example


Text Example

White with #284795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284795; }

 p { color: rgb(40,71,149); }

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

background-color css

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

 a { background-color: rgb(40,71,149); }

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

border-color css

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

 span { border-color: rgb(40,71,149); }

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