Html Css Color HEX #284A98 Tory Blue

📋 copy color: '#284A98'

red 40 ◦ green 74 ◦ blue 152

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

Shades of Tory Blue #284A98

Tints of Tory Blue #284A98

RGB

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

 GREEN value IS 74 (29.3% from 255) = 27.82%

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

R = 15.04%
G = 27.82%
B = 57.14%

CMYK

 C value IS 0.74

 M value IS 0.51

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#284A98 (or 0x284A98) is known color: Tory Blue. HEX triplet: 28, 4A and 98. RGB value is (40,74,152). Sum of RGB (Red+Green+Blue) = 40+74+152=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 74 (29.30% from 255 or 27.82% from 266); Blue value is 152 (59.77% from 255 or 57.14% from 266); Max value from RGB is 152 - color contains mainly: blue. Hex color #284A98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284A98 is #D7B567. Grayscale: #484848. Windows color (decimal): -14136680 or 9980456. OLE color: 9980456.

HSL color Cylindrical-coordinate representation of color #284A98: hue angle of 221.79º 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 #284A98 is Cyan = 0.74, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 40 74 152 -
CMYK 0.74 0.51 0 0.40
HSL 221.79º 0.58% 0.38% -
HSV(B) 221.79º 0.74% 0.6% -
XYZ 8.99 7.62 30.7 -
YUV 72.73 172.74 104.66 -
System Red Green Blue C M Y K H S L
Decimal 40 74 152 0.74 0.51 0 0.40 221.79 0.58 0.38
Hex 28 4A 98 4A 33 0 28 DE 3A 26
Octal 50 112 230 112 63 0 50 336 72 46
Binary 101000 1001010 10011000 1001010 110011 0 101000 11011110 111010 100110

Color Harmonies of #284A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284A98

Black with #284A98

Text Example


Text Example

White with #284A98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284A98; }

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

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

background-color css

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

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

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

border-color css

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

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

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