Html Css Color HEX #284286 Tory Blue

📋 copy color: '#284286'

red 40 ◦ green 66 ◦ blue 134

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

Shades of Tory Blue #284286

Tints of Tory Blue #284286

RGB

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

 GREEN value IS 66 (26.17% from 255) = 27.5%

 BLUE value IS 134 (52.73% from 255) = 55.83%

R = 16.67%
G = 27.5%
B = 55.83%

CMYK

 C value IS 0.70

 M value IS 0.51

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#284286 (or 0x284286) is known color: Tory Blue. HEX triplet: 28, 42 and 86. RGB value is (40,66,134). Sum of RGB (Red+Green+Blue) = 40+66+134=240 (31% of max value = 765). Red value is 40 (16.02% from 255 or 16.67% from 240); Green value is 66 (26.17% from 255 or 27.5% from 240); Blue value is 134 (52.73% from 255 or 55.83% from 240); Max value from RGB is 134 - color contains mainly: blue. Hex color #284286 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284286 is #D7BD79. Grayscale: #414141. Windows color (decimal): -14138746 or 8798760. OLE color: 8798760.

HSL color Cylindrical-coordinate representation of color #284286: hue angle of 223.4º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #284286 is Cyan = 0.70, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 40 66 134 -
CMYK 0.70 0.51 0 0.47
HSL 223.4º 0.54% 0.34% -
HSV(B) 223.4º 0.7% 0.53% -
XYZ 7.13 6.07 23.35 -
YUV 65.98 166.39 109.47 -
System Red Green Blue C M Y K H S L
Decimal 40 66 134 0.70 0.51 0 0.47 223.4 0.54 0.34
Hex 28 42 86 46 33 0 2F DF 36 22
Octal 50 102 206 106 63 0 57 337 66 42
Binary 101000 1000010 10000110 1000110 110011 0 101111 11011111 110110 100010

Color Harmonies of #284286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284286

Black with #284286

Text Example


Text Example

White with #284286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284286; }

 p { color: rgb(40,66,134); }

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

background-color css

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

 a { background-color: rgb(40,66,134); }

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

border-color css

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

 span { border-color: rgb(40,66,134); }

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