Html Css Color HEX #284493 Tory Blue

📋 copy color: '#284493'

red 40 ◦ green 68 ◦ blue 147

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

Shades of Tory Blue #284493

Tints of Tory Blue #284493

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.67%

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

R = 15.69%
G = 26.67%
B = 57.65%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#284493 (or 0x284493) is known color: Tory Blue. HEX triplet: 28, 44 and 93. RGB value is (40,68,147). Sum of RGB (Red+Green+Blue) = 40+68+147=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 147 (57.81% from 255 or 57.65% from 255); Max value from RGB is 147 - color contains mainly: blue. Hex color #284493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284493 is #D7BB6C. Grayscale: #444444. Windows color (decimal): -14138221 or 9651240. OLE color: 9651240.

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

Color convert

RGB 40 68 147 -
CMYK 0.73 0.54 0 0.42
HSL 224.3º 0.57% 0.37% -
HSV(B) 224.3º 0.73% 0.58% -
XYZ 8.21 6.69 28.46 -
YUV 68.63 172.22 107.58 -
System Red Green Blue C M Y K H S L
Decimal 40 68 147 0.73 0.54 0 0.42 224.3 0.57 0.37
Hex 28 44 93 49 36 0 2A E0 39 25
Octal 50 104 223 111 66 0 52 340 71 45
Binary 101000 1000100 10010011 1001001 110110 0 101010 11100000 111001 100101

Color Harmonies of #284493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284493

Black with #284493

Text Example


Text Example

White with #284493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284493; }

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

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

background-color css

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

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

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

border-color css

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

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

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