Html Css Color HEX #284898 Tory Blue

📋 copy color: '#284898'

red 40 ◦ green 72 ◦ blue 152

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

Shades of Tory Blue #284898

Tints of Tory Blue #284898

RGB

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

 GREEN value IS 72 (28.52% from 255) = 27.27%

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

R = 15.15%
G = 27.27%
B = 57.58%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#284898 (or 0x284898) is known color: Tory Blue. HEX triplet: 28, 48 and 98. RGB value is (40,72,152). Sum of RGB (Red+Green+Blue) = 40+72+152=264 (34% of max value = 765). Red value is 40 (16.02% from 255 or 15.15% from 264); Green value is 72 (28.52% from 255 or 27.27% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #284898 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #284898 is #D7B767. Grayscale: #474747. Windows color (decimal): -14137192 or 9979944. OLE color: 9979944.

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

Color convert

RGB 40 72 152 -
CMYK 0.74 0.53 0 0.40
HSL 222.86º 0.58% 0.38% -
HSV(B) 222.86º 0.74% 0.6% -
XYZ 8.86 7.35 30.66 -
YUV 71.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 40 72 152 0.74 0.53 0 0.40 222.86 0.58 0.38
Hex 28 48 98 4A 35 0 28 DF 3A 26
Octal 50 110 230 112 65 0 50 337 72 46
Binary 101000 1001000 10011000 1001010 110101 0 101000 11011111 111010 100110

Color Harmonies of #284898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #284898

Black with #284898

Text Example


Text Example

White with #284898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #284898; }

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

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

background-color css

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

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

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

border-color css

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

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

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