Html Css Color HEX #284196 Tory Blue

📋 copy color: '#284196'

red 40 ◦ green 65 ◦ blue 150

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

Shades of Tory Blue #284196

Tints of Tory Blue #284196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 58.82%

R = 15.69%
G = 25.49%
B = 58.82%

CMYK

 C value IS 0.73

 M value IS 0.57

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#284196 (or 0x284196) is known color: Tory Blue. HEX triplet: 28, 41 and 96. RGB value is (40,65,150). Sum of RGB (Red+Green+Blue) = 40+65+150=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 65 (25.78% from 255 or 25.49% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #284196 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284196 is #D7BE69. Grayscale: #424242. Windows color (decimal): -14138986 or 9847080. OLE color: 9847080.

HSL color Cylindrical-coordinate representation of color #284196: hue angle of 226.36º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284196 is Cyan = 0.73, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 65 150 -
CMYK 0.73 0.57 0 0.41
HSL 226.36º 0.58% 0.37% -
HSV(B) 226.36º 0.73% 0.59% -
XYZ 8.27 6.43 29.66 -
YUV 67.22 174.72 108.59 -
System Red Green Blue C M Y K H S L
Decimal 40 65 150 0.73 0.57 0 0.41 226.36 0.58 0.37
Hex 28 41 96 49 39 0 29 E2 3A 25
Octal 50 101 226 111 71 0 51 342 72 45
Binary 101000 1000001 10010110 1001001 111001 0 101001 11100010 111010 100101

Color Harmonies of #284196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284196

Black with #284196

Text Example


Text Example

White with #284196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284196; }

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

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

background-color css

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

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

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

border-color css

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

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

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