Html Css Color HEX #284595 Tory Blue

📋 copy color: '#284595'

red 40 ◦ green 69 ◦ blue 149

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

Shades of Tory Blue #284595

Tints of Tory Blue #284595

RGB

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

 GREEN value IS 69 (27.34% from 255) = 26.74%

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

R = 15.5%
G = 26.74%
B = 57.75%

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

#284595 (or 0x284595) is known color: Tory Blue. HEX triplet: 28, 45 and 95. RGB value is (40,69,149). Sum of RGB (Red+Green+Blue) = 40+69+149=258 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.50% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 149 (58.59% from 255 or 57.75% from 258); Max value from RGB is 149 - color contains mainly: blue. Hex color #284595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284595 is #D7BA6A. Grayscale: #454545. Windows color (decimal): -14137963 or 9782568. OLE color: 9782568.

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

Color convert

RGB 40 69 149 -
CMYK 0.73 0.54 0 0.42
HSL 224.04º 0.58% 0.37% -
HSV(B) 224.04º 0.73% 0.58% -
XYZ 8.43 6.88 29.32 -
YUV 69.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 40 69 149 0.73 0.54 0 0.42 224.04 0.58 0.37
Hex 28 45 95 49 36 0 2A E0 3A 25
Octal 50 105 225 111 66 0 52 340 72 45
Binary 101000 1000101 10010101 1001001 110110 0 101010 11100000 111010 100101

Color Harmonies of #284595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284595

Black with #284595

Text Example


Text Example

White with #284595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284595; }

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

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

background-color css

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

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

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

border-color css

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

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

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