Html Css Color HEX #284495 Tory Blue

📋 copy color: '#284495'

red 40 ◦ green 68 ◦ blue 149

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

Shades of Tory Blue #284495

Tints of Tory Blue #284495

RGB

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

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

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

R = 15.56%
G = 26.46%
B = 57.98%

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

#284495 (or 0x284495) is known color: Tory Blue. HEX triplet: 28, 44 and 95. RGB value is (40,68,149). Sum of RGB (Red+Green+Blue) = 40+68+149=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 68 (26.95% from 255 or 26.46% from 257); Blue value is 149 (58.59% from 255 or 57.98% from 257); Max value from RGB is 149 - color contains mainly: blue. Hex color #284495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284495 is #D7BB6A. Grayscale: #444444. Windows color (decimal): -14138219 or 9782312. OLE color: 9782312.

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

Color convert

RGB 40 68 149 -
CMYK 0.73 0.54 0 0.42
HSL 224.59º 0.58% 0.37% -
HSV(B) 224.59º 0.73% 0.58% -
XYZ 8.37 6.76 29.3 -
YUV 68.86 173.22 107.41 -
System Red Green Blue C M Y K H S L
Decimal 40 68 149 0.73 0.54 0 0.42 224.59 0.58 0.37
Hex 28 44 95 49 36 0 2A E1 3A 25
Octal 50 104 225 111 66 0 52 341 72 45
Binary 101000 1000100 10010101 1001001 110110 0 101010 11100001 111010 100101

Color Harmonies of #284495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284495

Black with #284495

Text Example


Text Example

White with #284495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284495; }

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

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

background-color css

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

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

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

border-color css

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

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

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