Html Css Color HEX #284290 Tory Blue

📋 copy color: '#284290'

red 40 ◦ green 66 ◦ blue 144

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

Shades of Tory Blue #284290

Tints of Tory Blue #284290

RGB

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

 GREEN value IS 66 (26.17% from 255) = 26.4%

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

R = 16%
G = 26.4%
B = 57.6%

CMYK

 C value IS 0.72

 M value IS 0.54

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#284290 (or 0x284290) is known color: Tory Blue. HEX triplet: 28, 42 and 90. RGB value is (40,66,144). Sum of RGB (Red+Green+Blue) = 40+66+144=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 66 (26.17% from 255 or 26.4% from 250); Blue value is 144 (56.64% from 255 or 57.6% from 250); Max value from RGB is 144 - color contains mainly: blue. Hex color #284290 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284290 is #D7BD6F. Grayscale: #424242. Windows color (decimal): -14138736 or 9454120. OLE color: 9454120.

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

Color convert

RGB 40 66 144 -
CMYK 0.72 0.54 0 0.44
HSL 225º 0.57% 0.36% -
HSV(B) 225º 0.72% 0.56% -
XYZ 7.86 6.36 27.2 -
YUV 67.12 171.39 108.66 -
System Red Green Blue C M Y K H S L
Decimal 40 66 144 0.72 0.54 0 0.44 225 0.57 0.36
Hex 28 42 90 48 36 0 2C E1 39 24
Octal 50 102 220 110 66 0 54 341 71 44
Binary 101000 1000010 10010000 1001000 110110 0 101100 11100001 111001 100100

Color Harmonies of #284290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284290

Black with #284290

Text Example


Text Example

White with #284290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284290; }

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

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

background-color css

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

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

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

border-color css

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

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

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