Html Css Color HEX #284591 Tory Blue

📋 copy color: '#284591'

red 40 ◦ green 69 ◦ blue 145

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

Shades of Tory Blue #284591

Tints of Tory Blue #284591

RGB

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

 GREEN value IS 69 (27.34% from 255) = 27.17%

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

R = 15.75%
G = 27.17%
B = 57.09%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284591 (or 0x284591) is known color: Tory Blue. HEX triplet: 28, 45 and 91. RGB value is (40,69,145). Sum of RGB (Red+Green+Blue) = 40+69+145=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 69 (27.34% from 255 or 27.17% from 254); Blue value is 145 (57.03% from 255 or 57.09% from 254); Max value from RGB is 145 - color contains mainly: blue. Hex color #284591 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284591 is #D7BA6E. Grayscale: #444444. Windows color (decimal): -14137967 or 9520424. OLE color: 9520424.

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

Color convert

RGB 40 69 145 -
CMYK 0.72 0.52 0 0.43
HSL 223.43º 0.57% 0.36% -
HSV(B) 223.43º 0.72% 0.57% -
XYZ 8.11 6.75 27.66 -
YUV 68.99 170.89 107.32 -
System Red Green Blue C M Y K H S L
Decimal 40 69 145 0.72 0.52 0 0.43 223.43 0.57 0.36
Hex 28 45 91 48 34 0 2B DF 39 24
Octal 50 105 221 110 64 0 53 337 71 44
Binary 101000 1000101 10010001 1001000 110100 0 101011 11011111 111001 100100

Color Harmonies of #284591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284591

Black with #284591

Text Example


Text Example

White with #284591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284591; }

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

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

background-color css

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

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

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

border-color css

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

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

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