Html Css Color HEX #284392 Tory Blue

📋 copy color: '#284392'

red 40 ◦ green 67 ◦ blue 146

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

Shades of Tory Blue #284392

Tints of Tory Blue #284392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.48%

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

R = 15.81%
G = 26.48%
B = 57.71%

CMYK

 C value IS 0.73

 M value IS 0.54

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284392 (or 0x284392) is known color: Tory Blue. HEX triplet: 28, 43 and 92. RGB value is (40,67,146). Sum of RGB (Red+Green+Blue) = 40+67+146=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 67 (26.56% from 255 or 26.48% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #284392 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284392 is #D7BC6D. Grayscale: #434343. Windows color (decimal): -14138478 or 9585448. OLE color: 9585448.

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

Color convert

RGB 40 67 146 -
CMYK 0.73 0.54 0 0.43
HSL 224.72º 0.57% 0.36% -
HSV(B) 224.72º 0.73% 0.57% -
XYZ 8.07 6.54 28.03 -
YUV 67.93 172.05 108.08 -
System Red Green Blue C M Y K H S L
Decimal 40 67 146 0.73 0.54 0 0.43 224.72 0.57 0.36
Hex 28 43 92 49 36 0 2B E1 39 24
Octal 50 103 222 111 66 0 53 341 71 44
Binary 101000 1000011 10010010 1001001 110110 0 101011 11100001 111001 100100

Color Harmonies of #284392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284392

Black with #284392

Text Example


Text Example

White with #284392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284392; }

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

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

background-color css

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

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

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

border-color css

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

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

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