Html Css Color HEX #28488E Tory Blue

📋 copy color: '#28488E'

red 40 ◦ green 72 ◦ blue 142

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

Shades of Tory Blue #28488E

Tints of Tory Blue #28488E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

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

R = 15.75%
G = 28.35%
B = 55.91%

CMYK

 C value IS 0.72

 M value IS 0.49

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28488E (or 0x28488E) is known color: Tory Blue. HEX triplet: 28, 48 and 8E. RGB value is (40,72,142). Sum of RGB (Red+Green+Blue) = 40+72+142=254 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.75% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 142 (55.86% from 255 or 55.91% from 254); Max value from RGB is 142 - color contains mainly: blue. Hex color #28488E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28488E is #D7B771. Grayscale: #464646. Windows color (decimal): -14137202 or 9324584. OLE color: 9324584.

HSL color Cylindrical-coordinate representation of color #28488E: hue angle of 221.18º 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 #28488E is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 40 72 142 -
CMYK 0.72 0.49 0 0.44
HSL 221.18º 0.56% 0.36% -
HSV(B) 221.18º 0.72% 0.56% -
XYZ 8.07 7.04 26.52 -
YUV 70.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 40 72 142 0.72 0.49 0 0.44 221.18 0.56 0.36
Hex 28 48 8E 48 31 0 2C DD 38 24
Octal 50 110 216 110 61 0 54 335 70 44
Binary 101000 1001000 10001110 1001000 110001 0 101100 11011101 111000 100100

Color Harmonies of #28488E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28488E

Black with #28488E

Text Example


Text Example

White with #28488E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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