Html Css Color HEX #284294 Tory Blue

📋 copy color: '#284294'

red 40 ◦ green 66 ◦ blue 148

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

Shades of Tory Blue #284294

Tints of Tory Blue #284294

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.27%

R = 15.75%
G = 25.98%
B = 58.27%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#284294 (or 0x284294) is known color: Tory Blue. HEX triplet: 28, 42 and 94. RGB value is (40,66,148). Sum of RGB (Red+Green+Blue) = 40+66+148=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 148 (58.20% from 255 or 58.27% from 254); Max value from RGB is 148 - color contains mainly: blue. Hex color #284294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284294 is #D7BD6B. Grayscale: #434343. Windows color (decimal): -14138732 or 9716264. OLE color: 9716264.

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

Color convert

RGB 40 66 148 -
CMYK 0.73 0.55 0 0.42
HSL 225.56º 0.57% 0.37% -
HSV(B) 225.56º 0.73% 0.58% -
XYZ 8.17 6.49 28.84 -
YUV 67.57 173.39 108.33 -
System Red Green Blue C M Y K H S L
Decimal 40 66 148 0.73 0.55 0 0.42 225.56 0.57 0.37
Hex 28 42 94 49 37 0 2A E2 39 25
Octal 50 102 224 111 67 0 52 342 71 45
Binary 101000 1000010 10010100 1001001 110111 0 101010 11100010 111001 100101

Color Harmonies of #284294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284294

Black with #284294

Text Example


Text Example

White with #284294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284294; }

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

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

background-color css

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

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

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

border-color css

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

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

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