Html Css Color HEX #284390 Tory Blue

📋 copy color: '#284390'

red 40 ◦ green 67 ◦ blue 144

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

Shades of Tory Blue #284390

Tints of Tory Blue #284390

RGB

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

 GREEN value IS 67 (26.56% from 255) = 26.69%

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

R = 15.94%
G = 26.69%
B = 57.37%

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

#284390 (or 0x284390) is known color: Tory Blue. HEX triplet: 28, 43 and 90. RGB value is (40,67,144). Sum of RGB (Red+Green+Blue) = 40+67+144=251 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.94% from 251); Green value is 67 (26.56% from 255 or 26.69% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #284390 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284390 is #D7BC6F. Grayscale: #434343. Windows color (decimal): -14138480 or 9454376. OLE color: 9454376.

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

Color convert

RGB 40 67 144 -
CMYK 0.72 0.53 0 0.44
HSL 224.42º 0.57% 0.36% -
HSV(B) 224.42º 0.72% 0.56% -
XYZ 7.92 6.48 27.22 -
YUV 67.71 171.05 108.24 -
System Red Green Blue C M Y K H S L
Decimal 40 67 144 0.72 0.53 0 0.44 224.42 0.57 0.36
Hex 28 43 90 48 35 0 2C E0 39 24
Octal 50 103 220 110 65 0 54 340 71 44
Binary 101000 1000011 10010000 1001000 110101 0 101100 11100000 111001 100100

Color Harmonies of #284390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284390

Black with #284390

Text Example


Text Example

White with #284390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284390; }

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

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

background-color css

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

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

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

border-color css

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

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

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