Html Css Color HEX #28448D Tory Blue

📋 copy color: '#28448D'

red 40 ◦ green 68 ◦ blue 141

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

Shades of Tory Blue #28448D

Tints of Tory Blue #28448D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 27.31%

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

R = 16.06%
G = 27.31%
B = 56.63%

CMYK

 C value IS 0.72

 M value IS 0.52

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28448D (or 0x28448D) is known color: Tory Blue. HEX triplet: 28, 44 and 8D. RGB value is (40,68,141). Sum of RGB (Red+Green+Blue) = 40+68+141=249 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.06% from 249); Green value is 68 (26.95% from 255 or 27.31% from 249); Blue value is 141 (55.47% from 255 or 56.63% from 249); Max value from RGB is 141 - color contains mainly: blue. Hex color #28448D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28448D is #D7BB72. Grayscale: #434343. Windows color (decimal): -14138227 or 9258024. OLE color: 9258024.

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

Color convert

RGB 40 68 141 -
CMYK 0.72 0.52 0 0.45
HSL 223.37º 0.56% 0.35% -
HSV(B) 223.37º 0.72% 0.55% -
XYZ 7.75 6.51 26.05 -
YUV 67.95 169.22 108.06 -
System Red Green Blue C M Y K H S L
Decimal 40 68 141 0.72 0.52 0 0.45 223.37 0.56 0.35
Hex 28 44 8D 48 34 0 2D DF 38 23
Octal 50 104 215 110 64 0 55 337 70 43
Binary 101000 1000100 10001101 1001000 110100 0 101101 11011111 111000 100011

Color Harmonies of #28448D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28448D

Black with #28448D

Text Example


Text Example

White with #28448D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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