Html Css Color HEX #28499D Tory Blue

📋 copy color: '#28499D'

red 40 ◦ green 73 ◦ blue 157

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

Shades of Tory Blue #28499D

Tints of Tory Blue #28499D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 27.04%

 BLUE value IS 157 (61.72% from 255) = 58.15%

R = 14.81%
G = 27.04%
B = 58.15%

CMYK

 C value IS 0.75

 M value IS 0.54

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28499D (or 0x28499D) is known color: Tory Blue. HEX triplet: 28, 49 and 9D. RGB value is (40,73,157). Sum of RGB (Red+Green+Blue) = 40+73+157=270 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.81% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 157 (61.72% from 255 or 58.15% from 270); Max value from RGB is 157 - color contains mainly: blue. Hex color #28499D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28499D is #D7B662. Grayscale: #484848. Windows color (decimal): -14136931 or 10307880. OLE color: 10307880.

HSL color Cylindrical-coordinate representation of color #28499D: hue angle of 223.08º degrees, saturation: 0.59, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28499D is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 73 157 -
CMYK 0.75 0.54 0 0.38
HSL 223.08º 0.59% 0.39% -
HSV(B) 223.08º 0.75% 0.62% -
XYZ 9.34 7.65 32.88 -
YUV 72.71 175.57 104.67 -
System Red Green Blue C M Y K H S L
Decimal 40 73 157 0.75 0.54 0 0.38 223.08 0.59 0.39
Hex 28 49 9D 4B 36 0 26 DF 3B 27
Octal 50 111 235 113 66 0 46 337 73 47
Binary 101000 1001001 10011101 1001011 110110 0 100110 11011111 111011 100111

Color Harmonies of #28499D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28499D

Black with #28499D

Text Example


Text Example

White with #28499D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28499D; }

 p { color: rgb(40,73,157); }

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

background-color css

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

 a { background-color: rgb(40,73,157); }

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

border-color css

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

 span { border-color: rgb(40,73,157); }

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