Html Css Color HEX #28499C Tory Blue

📋 copy color: '#28499C'

red 40 ◦ green 73 ◦ blue 156

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

Shades of Tory Blue #28499C

Tints of Tory Blue #28499C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 57.99%

R = 14.87%
G = 27.14%
B = 57.99%

CMYK

 C value IS 0.74

 M value IS 0.53

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28499C (or 0x28499C) is known color: Tory Blue. HEX triplet: 28, 49 and 9C. RGB value is (40,73,156). Sum of RGB (Red+Green+Blue) = 40+73+156=269 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.87% from 269); Green value is 73 (28.91% from 255 or 27.14% from 269); Blue value is 156 (61.33% from 255 or 57.99% from 269); Max value from RGB is 156 - color contains mainly: blue. Hex color #28499C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28499C is #D7B663. Grayscale: #484848. Windows color (decimal): -14136932 or 10242344. OLE color: 10242344.

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

Color convert

RGB 40 73 156 -
CMYK 0.74 0.53 0 0.39
HSL 222.93º 0.59% 0.38% -
HSV(B) 222.93º 0.74% 0.61% -
XYZ 9.26 7.62 32.43 -
YUV 72.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 40 73 156 0.74 0.53 0 0.39 222.93 0.59 0.38
Hex 28 49 9C 4A 35 0 27 DF 3B 26
Octal 50 111 234 112 65 0 47 337 73 46
Binary 101000 1001001 10011100 1001010 110101 0 100111 11011111 111011 100110

Color Harmonies of #28499C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28499C

Black with #28499C

Text Example


Text Example

White with #28499C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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