Html Css Color HEX #284091 Tory Blue

📋 copy color: '#284091'

red 40 ◦ green 64 ◦ blue 145

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

Shades of Tory Blue #284091

Tints of Tory Blue #284091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 58.23%

R = 16.06%
G = 25.7%
B = 58.23%

CMYK

 C value IS 0.72

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284091 (or 0x284091) is known color: Tory Blue. HEX triplet: 28, 40 and 91. RGB value is (40,64,145). Sum of RGB (Red+Green+Blue) = 40+64+145=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 64 (25.39% from 255 or 25.70% from 249); Blue value is 145 (57.03% from 255 or 58.23% from 249); Max value from RGB is 145 - color contains mainly: blue. Hex color #284091 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284091 is #D7BF6E. Grayscale: #414141. Windows color (decimal): -14139247 or 9519144. OLE color: 9519144.

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

Color convert

RGB 40 64 145 -
CMYK 0.72 0.56 0 0.43
HSL 226.29º 0.57% 0.36% -
HSV(B) 226.29º 0.72% 0.57% -
XYZ 7.82 6.16 27.57 -
YUV 66.06 172.55 109.41 -
System Red Green Blue C M Y K H S L
Decimal 40 64 145 0.72 0.56 0 0.43 226.29 0.57 0.36
Hex 28 40 91 48 38 0 2B E2 39 24
Octal 50 100 221 110 70 0 53 342 71 44
Binary 101000 1000000 10010001 1001000 111000 0 101011 11100010 111001 100100

Color Harmonies of #284091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284091

Black with #284091

Text Example


Text Example

White with #284091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284091; }

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

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

background-color css

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

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

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

border-color css

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

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

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