Html Css Color HEX #284297 Tory Blue

📋 copy color: '#284297'

red 40 ◦ green 66 ◦ blue 151

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

Shades of Tory Blue #284297

Tints of Tory Blue #284297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 58.75%

R = 15.56%
G = 25.68%
B = 58.75%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#284297 (or 0x284297) is known color: Tory Blue. HEX triplet: 28, 42 and 97. RGB value is (40,66,151). Sum of RGB (Red+Green+Blue) = 40+66+151=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 66 (26.17% from 255 or 25.68% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #284297 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284297 is #D7BD68. Grayscale: #434343. Windows color (decimal): -14138729 or 9912872. OLE color: 9912872.

HSL color Cylindrical-coordinate representation of color #284297: hue angle of 225.95º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284297 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 40 66 151 -
CMYK 0.74 0.56 0 0.41
HSL 225.95º 0.58% 0.37% -
HSV(B) 225.95º 0.74% 0.59% -
XYZ 8.41 6.58 30.11 -
YUV 67.92 174.89 108.09 -
System Red Green Blue C M Y K H S L
Decimal 40 66 151 0.74 0.56 0 0.41 225.95 0.58 0.37
Hex 28 42 97 4A 38 0 29 E2 3A 25
Octal 50 102 227 112 70 0 51 342 72 45
Binary 101000 1000010 10010111 1001010 111000 0 101001 11100010 111010 100101

Color Harmonies of #284297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284297

Black with #284297

Text Example


Text Example

White with #284297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284297; }

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

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

background-color css

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

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

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

border-color css

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

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

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