Html Css Color HEX #28488F Tory Blue

📋 copy color: '#28488F'

red 40 ◦ green 72 ◦ blue 143

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

Shades of Tory Blue #28488F

Tints of Tory Blue #28488F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 56.08%

R = 15.69%
G = 28.24%
B = 56.08%

CMYK

 C value IS 0.72

 M value IS 0.50

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28488F (or 0x28488F) is known color: Tory Blue. HEX triplet: 28, 48 and 8F. RGB value is (40,72,143). Sum of RGB (Red+Green+Blue) = 40+72+143=255 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.69% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 143 (56.25% from 255 or 56.08% from 255); Max value from RGB is 143 - color contains mainly: blue. Hex color #28488F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28488F is #D7B770. Grayscale: #464646. Windows color (decimal): -14137201 or 9390120. OLE color: 9390120.

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

Color convert

RGB 40 72 143 -
CMYK 0.72 0.50 0 0.44
HSL 221.36º 0.56% 0.36% -
HSV(B) 221.36º 0.72% 0.56% -
XYZ 8.15 7.07 26.92 -
YUV 70.53 168.9 106.23 -
System Red Green Blue C M Y K H S L
Decimal 40 72 143 0.72 0.50 0 0.44 221.36 0.56 0.36
Hex 28 48 8F 48 32 0 2C DD 38 24
Octal 50 110 217 110 62 0 54 335 70 44
Binary 101000 1001000 10001111 1001000 110010 0 101100 11011101 111000 100100

Color Harmonies of #28488F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28488F

Black with #28488F

Text Example


Text Example

White with #28488F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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