Html Css Color HEX #284198 Tory Blue

📋 copy color: '#284198'

red 40 ◦ green 65 ◦ blue 152

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

Shades of Tory Blue #284198

Tints of Tory Blue #284198

RGB

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

 GREEN value IS 65 (25.78% from 255) = 25.29%

 BLUE value IS 152 (59.77% from 255) = 59.14%

R = 15.56%
G = 25.29%
B = 59.14%

CMYK

 C value IS 0.74

 M value IS 0.57

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#284198 (or 0x284198) is known color: Tory Blue. HEX triplet: 28, 41 and 98. RGB value is (40,65,152). Sum of RGB (Red+Green+Blue) = 40+65+152=257 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.56% from 257); Green value is 65 (25.78% from 255 or 25.29% from 257); Blue value is 152 (59.77% from 255 or 59.14% from 257); Max value from RGB is 152 - color contains mainly: blue. Hex color #284198 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284198 is #D7BE67. Grayscale: #434343. Windows color (decimal): -14138984 or 9978152. OLE color: 9978152.

HSL color Cylindrical-coordinate representation of color #284198: hue angle of 226.61º degrees, saturation: 0.58, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #284198 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 65 152 -
CMYK 0.74 0.57 0 0.40
HSL 226.61º 0.58% 0.38% -
HSV(B) 226.61º 0.74% 0.6% -
XYZ 8.43 6.5 30.52 -
YUV 67.44 175.72 108.43 -
System Red Green Blue C M Y K H S L
Decimal 40 65 152 0.74 0.57 0 0.40 226.61 0.58 0.38
Hex 28 41 98 4A 39 0 28 E3 3A 26
Octal 50 101 230 112 71 0 50 343 72 46
Binary 101000 1000001 10011000 1001010 111001 0 101000 11100011 111010 100110

Color Harmonies of #284198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284198

Black with #284198

Text Example


Text Example

White with #284198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284198; }

 p { color: rgb(40,65,152); }

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

background-color css

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

 a { background-color: rgb(40,65,152); }

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

border-color css

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

 span { border-color: rgb(40,65,152); }

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