Html Css Color HEX #28499B Tory Blue

📋 copy color: '#28499B'

red 40 ◦ green 73 ◦ blue 155

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

Shades of Tory Blue #28499B

Tints of Tory Blue #28499B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 57.84%

R = 14.93%
G = 27.24%
B = 57.84%

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

#28499B (or 0x28499B) is known color: Tory Blue. HEX triplet: 28, 49 and 9B. RGB value is (40,73,155). Sum of RGB (Red+Green+Blue) = 40+73+155=268 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.93% from 268); Green value is 73 (28.91% from 255 or 27.24% from 268); Blue value is 155 (60.94% from 255 or 57.84% from 268); Max value from RGB is 155 - color contains mainly: blue. Hex color #28499B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28499B is #D7B664. Grayscale: #484848. Windows color (decimal): -14136933 or 10176808. OLE color: 10176808.

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

Color convert

RGB 40 73 155 -
CMYK 0.74 0.53 0 0.39
HSL 222.78º 0.59% 0.38% -
HSV(B) 222.78º 0.74% 0.61% -
XYZ 9.17 7.58 31.99 -
YUV 72.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 40 73 155 0.74 0.53 0 0.39 222.78 0.59 0.38
Hex 28 49 9B 4A 35 0 27 DF 3B 26
Octal 50 111 233 112 65 0 47 337 73 46
Binary 101000 1001001 10011011 1001010 110101 0 100111 11011111 111011 100110

Color Harmonies of #28499B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28499B

Black with #28499B

Text Example


Text Example

White with #28499B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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