Html Css Color HEX #284692 Tory Blue

📋 copy color: '#284692'

red 40 ◦ green 70 ◦ blue 146

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

Shades of Tory Blue #284692

Tints of Tory Blue #284692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.03%

R = 15.63%
G = 27.34%
B = 57.03%

CMYK

 C value IS 0.73

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284692 (or 0x284692) is known color: Tory Blue. HEX triplet: 28, 46 and 92. RGB value is (40,70,146). Sum of RGB (Red+Green+Blue) = 40+70+146=256 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.62% from 256); Green value is 70 (27.73% from 255 or 27.34% from 256); Blue value is 146 (57.42% from 255 or 57.03% from 256); Max value from RGB is 146 - color contains mainly: blue. Hex color #284692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284692 is #D7B96D. Grayscale: #454545. Windows color (decimal): -14137710 or 9586216. OLE color: 9586216.

HSL color Cylindrical-coordinate representation of color #284692: hue angle of 223.02º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284692 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 70 146 -
CMYK 0.73 0.52 0 0.43
HSL 223.02º 0.57% 0.36% -
HSV(B) 223.02º 0.73% 0.57% -
XYZ 8.25 6.91 28.09 -
YUV 69.69 171.06 106.82 -
System Red Green Blue C M Y K H S L
Decimal 40 70 146 0.73 0.52 0 0.43 223.02 0.57 0.36
Hex 28 46 92 49 34 0 2B DF 39 24
Octal 50 106 222 111 64 0 53 337 71 44
Binary 101000 1000110 10010010 1001001 110100 0 101011 11011111 111001 100100

Color Harmonies of #284692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284692

Black with #284692

Text Example


Text Example

White with #284692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284692; }

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

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

background-color css

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

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

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

border-color css

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

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

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