Html Css Color HEX #28408D Tory Blue

📋 copy color: '#28408D'

red 40 ◦ green 64 ◦ blue 141

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

Shades of Tory Blue #28408D

Tints of Tory Blue #28408D

RGB

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

 GREEN value IS 64 (25.39% from 255) = 26.12%

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

R = 16.33%
G = 26.12%
B = 57.55%

CMYK

 C value IS 0.72

 M value IS 0.55

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28408D (or 0x28408D) is known color: Tory Blue. HEX triplet: 28, 40 and 8D. RGB value is (40,64,141). Sum of RGB (Red+Green+Blue) = 40+64+141=245 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.33% from 245); Green value is 64 (25.39% from 255 or 26.12% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #28408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28408D is #D7BF72. Grayscale: #414141. Windows color (decimal): -14139251 or 9257000. OLE color: 9257000.

HSL color Cylindrical-coordinate representation of color #28408D: hue angle of 225.74º 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 #28408D is Cyan = 0.72, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 64 141 -
CMYK 0.72 0.55 0 0.45
HSL 225.74º 0.56% 0.35% -
HSV(B) 225.74º 0.72% 0.55% -
XYZ 7.52 6.04 25.97 -
YUV 65.6 170.55 109.74 -
System Red Green Blue C M Y K H S L
Decimal 40 64 141 0.72 0.55 0 0.45 225.74 0.56 0.35
Hex 28 40 8D 48 37 0 2D E2 38 23
Octal 50 100 215 110 67 0 55 342 70 43
Binary 101000 1000000 10001101 1001000 110111 0 101101 11100010 111000 100011

Color Harmonies of #28408D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28408D

Black with #28408D

Text Example


Text Example

White with #28408D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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