Html Css Color HEX #28478E Tory Blue

📋 copy color: '#28478E'

red 40 ◦ green 71 ◦ blue 142

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

Shades of Tory Blue #28478E

Tints of Tory Blue #28478E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.13%

R = 15.81%
G = 28.06%
B = 56.13%

CMYK

 C value IS 0.72

 M value IS 0.5

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28478E (or 0x28478E) is known color: Tory Blue. HEX triplet: 28, 47 and 8E. RGB value is (40,71,142). Sum of RGB (Red+Green+Blue) = 40+71+142=253 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.81% from 253); Green value is 71 (28.12% from 255 or 28.06% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #28478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28478E is #D7B871. Grayscale: #454545. Windows color (decimal): -14137458 or 9324328. OLE color: 9324328.

HSL color Cylindrical-coordinate representation of color #28478E: hue angle of 221.76º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #28478E is Cyan = 0.72, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 71 142 -
CMYK 0.72 0.5 0 0.44
HSL 221.76º 0.56% 0.36% -
HSV(B) 221.76º 0.72% 0.56% -
XYZ 8.01 6.91 26.5 -
YUV 69.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 40 71 142 0.72 0.5 0 0.44 221.76 0.56 0.36
Hex 28 47 8E 48 32 0 2C DE 38 24
Octal 50 107 216 110 62 0 54 336 70 44
Binary 101000 1000111 10001110 1001000 110010 0 101100 11011110 111000 100100

Color Harmonies of #28478E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28478E

Black with #28478E

Text Example


Text Example

White with #28478E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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