Html Css Color HEX #284496 Tory Blue

📋 copy color: '#284496'

red 40 ◦ green 68 ◦ blue 150

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

Shades of Tory Blue #284496

Tints of Tory Blue #284496

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.14%

R = 15.5%
G = 26.36%
B = 58.14%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#284496 (or 0x284496) is known color: Tory Blue. HEX triplet: 28, 44 and 96. RGB value is (40,68,150). Sum of RGB (Red+Green+Blue) = 40+68+150=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 150 (58.98% from 255 or 58.14% from 258); Max value from RGB is 150 - color contains mainly: blue. Hex color #284496 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284496 is #D7BB69. Grayscale: #444444. Windows color (decimal): -14138218 or 9847848. OLE color: 9847848.

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

Color convert

RGB 40 68 150 -
CMYK 0.73 0.55 0 0.41
HSL 224.73º 0.58% 0.37% -
HSV(B) 224.73º 0.73% 0.59% -
XYZ 8.45 6.79 29.72 -
YUV 68.98 173.72 107.33 -
System Red Green Blue C M Y K H S L
Decimal 40 68 150 0.73 0.55 0 0.41 224.73 0.58 0.37
Hex 28 44 96 49 37 0 29 E1 3A 25
Octal 50 104 226 111 67 0 51 341 72 45
Binary 101000 1000100 10010110 1001001 110111 0 101001 11100001 111010 100101

Color Harmonies of #284496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284496

Black with #284496

Text Example


Text Example

White with #284496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284496; }

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

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

background-color css

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

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

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

border-color css

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

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

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