Html Css Color HEX #28478D Tory Blue

📋 copy color: '#28478D'

red 40 ◦ green 71 ◦ blue 141

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

Shades of Tory Blue #28478D

Tints of Tory Blue #28478D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

 BLUE value IS 141 (55.47% from 255) = 55.95%

R = 15.87%
G = 28.17%
B = 55.95%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28478D (or 0x28478D) is known color: Tory Blue. HEX triplet: 28, 47 and 8D. RGB value is (40,71,141). Sum of RGB (Red+Green+Blue) = 40+71+141=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 141 (55.47% from 255 or 55.95% from 252); Max value from RGB is 141 - color contains mainly: blue. Hex color #28478D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28478D is #D7B872. Grayscale: #454545. Windows color (decimal): -14137459 or 9258792. OLE color: 9258792.

HSL color Cylindrical-coordinate representation of color #28478D: hue angle of 221.58º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28478D is Cyan = 0.72, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 71 141 -
CMYK 0.72 0.50 0 0.45
HSL 221.58º 0.56% 0.35% -
HSV(B) 221.58º 0.72% 0.55% -
XYZ 7.94 6.88 26.11 -
YUV 69.71 168.23 106.81 -
System Red Green Blue C M Y K H S L
Decimal 40 71 141 0.72 0.50 0 0.45 221.58 0.56 0.35
Hex 28 47 8D 48 32 0 2D DE 38 23
Octal 50 107 215 110 62 0 55 336 70 43
Binary 101000 1000111 10001101 1001000 110010 0 101101 11011110 111000 100011

Color Harmonies of #28478D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28478D

Black with #28478D

Text Example


Text Example

White with #28478D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(40,71,141); }

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

background-color css

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

 a { background-color: rgb(40,71,141); }

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

border-color css

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

 span { border-color: rgb(40,71,141); }

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