Html Css Color HEX #284C98 Tory Blue

📋 copy color: '#284C98'

red 40 ◦ green 76 ◦ blue 152

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

Shades of Tory Blue #284C98

Tints of Tory Blue #284C98

RGB

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

 GREEN value IS 76 (30.08% from 255) = 28.36%

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

R = 14.93%
G = 28.36%
B = 56.72%

CMYK

 C value IS 0.74

 M value IS 0.50

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#284C98 (or 0x284C98) is known color: Tory Blue. HEX triplet: 28, 4C and 98. RGB value is (40,76,152). Sum of RGB (Red+Green+Blue) = 40+76+152=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #284C98 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284C98 is #D7B367. Grayscale: #494949. Windows color (decimal): -14136168 or 9980968. OLE color: 9980968.

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

Color convert

RGB 40 76 152 -
CMYK 0.74 0.50 0 0.40
HSL 220.71º 0.58% 0.38% -
HSV(B) 220.71º 0.74% 0.6% -
XYZ 9.13 7.89 30.75 -
YUV 73.9 172.07 103.82 -
System Red Green Blue C M Y K H S L
Decimal 40 76 152 0.74 0.50 0 0.40 220.71 0.58 0.38
Hex 28 4C 98 4A 32 0 28 DD 3A 26
Octal 50 114 230 112 62 0 50 335 72 46
Binary 101000 1001100 10011000 1001010 110010 0 101000 11011101 111010 100110

Color Harmonies of #284C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284C98

Black with #284C98

Text Example


Text Example

White with #284C98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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