Html Css Color HEX #284092 Tory Blue

📋 copy color: '#284092'

red 40 ◦ green 64 ◦ blue 146

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

Shades of Tory Blue #284092

Tints of Tory Blue #284092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 25.6%

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

R = 16%
G = 25.6%
B = 58.4%

CMYK

 C value IS 0.73

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284092 (or 0x284092) is known color: Tory Blue. HEX triplet: 28, 40 and 92. RGB value is (40,64,146). Sum of RGB (Red+Green+Blue) = 40+64+146=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 64 (25.39% from 255 or 25.6% from 250); Blue value is 146 (57.42% from 255 or 58.4% from 250); Max value from RGB is 146 - color contains mainly: blue. Hex color #284092 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284092 is #D7BF6D. Grayscale: #414141. Windows color (decimal): -14139246 or 9584680. OLE color: 9584680.

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

Color convert

RGB 40 64 146 -
CMYK 0.73 0.56 0 0.43
HSL 226.42º 0.57% 0.36% -
HSV(B) 226.42º 0.73% 0.57% -
XYZ 7.9 6.19 27.97 -
YUV 66.17 173.05 109.33 -
System Red Green Blue C M Y K H S L
Decimal 40 64 146 0.73 0.56 0 0.43 226.42 0.57 0.36
Hex 28 40 92 49 38 0 2B E2 39 24
Octal 50 100 222 111 70 0 53 342 71 44
Binary 101000 1000000 10010010 1001001 111000 0 101011 11100010 111001 100100

Color Harmonies of #284092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284092

Black with #284092

Text Example


Text Example

White with #284092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284092; }

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

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

background-color css

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

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

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

border-color css

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

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

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