Html Css Color HEX #284A93 Tory Blue

📋 copy color: '#284A93'

red 40 ◦ green 74 ◦ blue 147

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

Shades of Tory Blue #284A93

Tints of Tory Blue #284A93

RGB

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

 GREEN value IS 74 (29.3% from 255) = 28.35%

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

R = 15.33%
G = 28.35%
B = 56.32%

CMYK

 C value IS 0.73

 M value IS 0.50

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#284A93 (or 0x284A93) is known color: Tory Blue. HEX triplet: 28, 4A and 93. RGB value is (40,74,147). Sum of RGB (Red+Green+Blue) = 40+74+147=261 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.33% from 261); Green value is 74 (29.30% from 255 or 28.35% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #284A93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284A93 is #D7B56C. Grayscale: #474747. Windows color (decimal): -14136685 or 9652776. OLE color: 9652776.

HSL color Cylindrical-coordinate representation of color #284A93: hue angle of 220.93º 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 #284A93 is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 40 74 147 -
CMYK 0.73 0.50 0 0.42
HSL 220.93º 0.57% 0.37% -
HSV(B) 220.93º 0.73% 0.58% -
XYZ 8.59 7.46 28.59 -
YUV 72.16 170.24 105.06 -
System Red Green Blue C M Y K H S L
Decimal 40 74 147 0.73 0.50 0 0.42 220.93 0.57 0.37
Hex 28 4A 93 49 32 0 2A DD 39 25
Octal 50 112 223 111 62 0 52 335 71 45
Binary 101000 1001010 10010011 1001001 110010 0 101010 11011101 111001 100101

Color Harmonies of #284A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A93

Black with #284A93

Text Example


Text Example

White with #284A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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