Html Css Color HEX #284292 Tory Blue

📋 copy color: '#284292'

red 40 ◦ green 66 ◦ blue 146

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

Shades of Tory Blue #284292

Tints of Tory Blue #284292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 57.94%

R = 15.87%
G = 26.19%
B = 57.94%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#284292 (or 0x284292) is known color: Tory Blue. HEX triplet: 28, 42 and 92. RGB value is (40,66,146). Sum of RGB (Red+Green+Blue) = 40+66+146=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 66 (26.17% from 255 or 26.19% from 252); Blue value is 146 (57.42% from 255 or 57.94% from 252); Max value from RGB is 146 - color contains mainly: blue. Hex color #284292 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284292 is #D7BD6D. Grayscale: #434343. Windows color (decimal): -14138734 or 9585192. OLE color: 9585192.

HSL color Cylindrical-coordinate representation of color #284292: hue angle of 225.28º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #284292 is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 40 66 146 -
CMYK 0.73 0.55 0 0.43
HSL 225.28º 0.57% 0.36% -
HSV(B) 225.28º 0.73% 0.57% -
XYZ 8.01 6.42 28.01 -
YUV 67.35 172.39 108.5 -
System Red Green Blue C M Y K H S L
Decimal 40 66 146 0.73 0.55 0 0.43 225.28 0.57 0.36
Hex 28 42 92 49 37 0 2B E1 39 24
Octal 50 102 222 111 67 0 53 341 71 44
Binary 101000 1000010 10010010 1001001 110111 0 101011 11100001 111001 100100

Color Harmonies of #284292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284292

Black with #284292

Text Example


Text Example

White with #284292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284292; }

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

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

background-color css

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

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

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

border-color css

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

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

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