Html Css Color HEX #284590 Tory Blue

📋 copy color: '#284590'

red 40 ◦ green 69 ◦ blue 144

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

Shades of Tory Blue #284590

Tints of Tory Blue #284590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 56.92%

R = 15.81%
G = 27.27%
B = 56.92%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#284590 (or 0x284590) is known color: Tory Blue. HEX triplet: 28, 45 and 90. RGB value is (40,69,144). Sum of RGB (Red+Green+Blue) = 40+69+144=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 69 (27.34% from 255 or 27.27% from 253); Blue value is 144 (56.64% from 255 or 56.92% from 253); Max value from RGB is 144 - color contains mainly: blue. Hex color #284590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284590 is #D7BA6F. Grayscale: #444444. Windows color (decimal): -14137968 or 9454888. OLE color: 9454888.

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

Color convert

RGB 40 69 144 -
CMYK 0.72 0.52 0 0.44
HSL 223.27º 0.57% 0.36% -
HSV(B) 223.27º 0.72% 0.56% -
XYZ 8.04 6.72 27.26 -
YUV 68.88 170.39 107.4 -
System Red Green Blue C M Y K H S L
Decimal 40 69 144 0.72 0.52 0 0.44 223.27 0.57 0.36
Hex 28 45 90 48 34 0 2C DF 39 24
Octal 50 105 220 110 64 0 54 337 71 44
Binary 101000 1000101 10010000 1001000 110100 0 101100 11011111 111001 100100

Color Harmonies of #284590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284590

Black with #284590

Text Example


Text Example

White with #284590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284590; }

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

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

background-color css

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

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

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

border-color css

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

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

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