Html Css Color HEX #284696 Tory Blue

📋 copy color: '#284696'

red 40 ◦ green 70 ◦ blue 150

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

Shades of Tory Blue #284696

Tints of Tory Blue #284696

RGB

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

 GREEN value IS 70 (27.73% from 255) = 26.92%

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

R = 15.38%
G = 26.92%
B = 57.69%

CMYK

 C value IS 0.73

 M value IS 0.53

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#284696 (or 0x284696) is known color: Tory Blue. HEX triplet: 28, 46 and 96. RGB value is (40,70,150). Sum of RGB (Red+Green+Blue) = 40+70+150=260 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.38% from 260); Green value is 70 (27.73% from 255 or 26.92% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #284696 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284696 is #D7B969. Grayscale: #454545. Windows color (decimal): -14137706 or 9848360. OLE color: 9848360.

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

Color convert

RGB 40 70 150 -
CMYK 0.73 0.53 0 0.41
HSL 223.64º 0.58% 0.37% -
HSV(B) 223.64º 0.73% 0.59% -
XYZ 8.57 7.03 29.76 -
YUV 70.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 40 70 150 0.73 0.53 0 0.41 223.64 0.58 0.37
Hex 28 46 96 49 35 0 29 E0 3A 25
Octal 50 106 226 111 65 0 51 340 72 45
Binary 101000 1000110 10010110 1001001 110101 0 101001 11100000 111010 100101

Color Harmonies of #284696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284696

Black with #284696

Text Example


Text Example

White with #284696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284696; }

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

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

background-color css

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

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

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

border-color css

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

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

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