Html Css Color HEX #284693 Tory Blue

📋 copy color: '#284693'

red 40 ◦ green 70 ◦ blue 147

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

Shades of Tory Blue #284693

Tints of Tory Blue #284693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.24%

 BLUE value IS 147 (57.81% from 255) = 57.2%

R = 15.56%
G = 27.24%
B = 57.2%

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

#284693 (or 0x284693) is known color: Tory Blue. HEX triplet: 28, 46 and 93. RGB value is (40,70,147). Sum of RGB (Red+Green+Blue) = 40+70+147=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 70 (27.73% from 255 or 27.24% from 257); Blue value is 147 (57.81% from 255 or 57.20% from 257); Max value from RGB is 147 - color contains mainly: blue. Hex color #284693 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284693 is #D7B96C. Grayscale: #454545. Windows color (decimal): -14137709 or 9651752. OLE color: 9651752.

HSL color Cylindrical-coordinate representation of color #284693: hue angle of 223.18º degrees, saturation: 0.57, 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 #284693 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 70 147 -
CMYK 0.73 0.52 0 0.42
HSL 223.18º 0.57% 0.37% -
HSV(B) 223.18º 0.73% 0.58% -
XYZ 8.33 6.94 28.5 -
YUV 69.81 171.56 106.74 -
System Red Green Blue C M Y K H S L
Decimal 40 70 147 0.73 0.52 0 0.42 223.18 0.57 0.37
Hex 28 46 93 49 34 0 2A DF 39 25
Octal 50 106 223 111 64 0 52 337 71 45
Binary 101000 1000110 10010011 1001001 110100 0 101010 11011111 111001 100101

Color Harmonies of #284693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284693

Black with #284693

Text Example


Text Example

White with #284693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284693; }

 p { color: rgb(40,70,147); }

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

background-color css

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

 a { background-color: rgb(40,70,147); }

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

border-color css

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

 span { border-color: rgb(40,70,147); }

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