Html Css Color HEX #284490 Tory Blue

📋 copy color: '#284490'

red 40 ◦ green 68 ◦ blue 144

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

Shades of Tory Blue #284490

Tints of Tory Blue #284490

RGB

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

 GREEN value IS 68 (26.95% from 255) = 26.98%

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

R = 15.87%
G = 26.98%
B = 57.14%

CMYK

 C value IS 0.72

 M value IS 0.53

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#284490 (or 0x284490) is known color: Tory Blue. HEX triplet: 28, 44 and 90. RGB value is (40,68,144). Sum of RGB (Red+Green+Blue) = 40+68+144=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 68 (26.95% from 255 or 26.98% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #284490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284490 is #D7BB6F. Grayscale: #434343. Windows color (decimal): -14138224 or 9454632. OLE color: 9454632.

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

Color convert

RGB 40 68 144 -
CMYK 0.72 0.53 0 0.44
HSL 223.85º 0.57% 0.36% -
HSV(B) 223.85º 0.72% 0.56% -
XYZ 7.98 6.6 27.24 -
YUV 68.29 170.72 107.82 -
System Red Green Blue C M Y K H S L
Decimal 40 68 144 0.72 0.53 0 0.44 223.85 0.57 0.36
Hex 28 44 90 48 35 0 2C E0 39 24
Octal 50 104 220 110 65 0 54 340 71 44
Binary 101000 1000100 10010000 1001000 110101 0 101100 11100000 111001 100100

Color Harmonies of #284490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284490

Black with #284490

Text Example


Text Example

White with #284490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284490; }

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

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

background-color css

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

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

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

border-color css

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

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

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