Html Css Color HEX #284192 Tory Blue

📋 copy color: '#284192'

red 40 ◦ green 65 ◦ blue 146

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

Shades of Tory Blue #284192

Tints of Tory Blue #284192

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.9%

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

R = 15.94%
G = 25.9%
B = 58.17%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284192 (or 0x284192) is known color: Tory Blue. HEX triplet: 28, 41 and 92. RGB value is (40,65,146). Sum of RGB (Red+Green+Blue) = 40+65+146=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 65 (25.78% from 255 or 25.90% from 251); Blue value is 146 (57.42% from 255 or 58.17% from 251); Max value from RGB is 146 - color contains mainly: blue. Hex color #284192 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284192 is #D7BE6D. Grayscale: #424242. Windows color (decimal): -14138990 or 9584936. OLE color: 9584936.

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

Color convert

RGB 40 65 146 -
CMYK 0.73 0.55 0 0.43
HSL 225.85º 0.57% 0.36% -
HSV(B) 225.85º 0.73% 0.57% -
XYZ 7.95 6.31 27.99 -
YUV 66.76 172.72 108.91 -
System Red Green Blue C M Y K H S L
Decimal 40 65 146 0.73 0.55 0 0.43 225.85 0.57 0.36
Hex 28 41 92 49 37 0 2B E2 39 24
Octal 50 101 222 111 67 0 53 342 71 44
Binary 101000 1000001 10010010 1001001 110111 0 101011 11100010 111001 100100

Color Harmonies of #284192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284192

Black with #284192

Text Example


Text Example

White with #284192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284192; }

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

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

background-color css

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

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

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

border-color css

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

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

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