Html Css Color HEX #284494 Tory Blue

📋 copy color: '#284494'

red 40 ◦ green 68 ◦ blue 148

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

Shades of Tory Blue #284494

Tints of Tory Blue #284494

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 57.81%

R = 15.63%
G = 26.56%
B = 57.81%

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

#284494 (or 0x284494) is known color: Tory Blue. HEX triplet: 28, 44 and 94. RGB value is (40,68,148). Sum of RGB (Red+Green+Blue) = 40+68+148=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 148 (58.20% from 255 or 57.81% from 256); Max value from RGB is 148 - color contains mainly: blue. Hex color #284494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284494 is #D7BB6B. Grayscale: #444444. Windows color (decimal): -14138220 or 9716776. OLE color: 9716776.

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

Color convert

RGB 40 68 148 -
CMYK 0.73 0.54 0 0.42
HSL 224.44º 0.57% 0.37% -
HSV(B) 224.44º 0.73% 0.58% -
XYZ 8.29 6.72 28.88 -
YUV 68.75 172.72 107.5 -
System Red Green Blue C M Y K H S L
Decimal 40 68 148 0.73 0.54 0 0.42 224.44 0.57 0.37
Hex 28 44 94 49 36 0 2A E0 39 25
Octal 50 104 224 111 66 0 52 340 71 45
Binary 101000 1000100 10010100 1001001 110110 0 101010 11100000 111001 100101

Color Harmonies of #284494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284494

Black with #284494

Text Example


Text Example

White with #284494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284494; }

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

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

background-color css

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

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

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

border-color css

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

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

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