Html Css Color HEX #28489B Tory Blue

📋 copy color: '#28489B'

red 40 ◦ green 72 ◦ blue 155

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

Shades of Tory Blue #28489B

Tints of Tory Blue #28489B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 58.05%

R = 14.98%
G = 26.97%
B = 58.05%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#28489B (or 0x28489B) is known color: Tory Blue. HEX triplet: 28, 48 and 9B. RGB value is (40,72,155). Sum of RGB (Red+Green+Blue) = 40+72+155=267 (35% of max value = 765). Red value is 40 (16.02% from 255 or 14.98% from 267); Green value is 72 (28.52% from 255 or 26.97% from 267); Blue value is 155 (60.94% from 255 or 58.05% from 267); Max value from RGB is 155 - color contains mainly: blue. Hex color #28489B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28489B is #D7B764. Grayscale: #474747. Windows color (decimal): -14137189 or 10176552. OLE color: 10176552.

HSL color Cylindrical-coordinate representation of color #28489B: hue angle of 223.3º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #28489B is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 40 72 155 -
CMYK 0.74 0.54 0 0.39
HSL 223.3º 0.59% 0.38% -
HSV(B) 223.3º 0.74% 0.61% -
XYZ 9.11 7.45 31.97 -
YUV 71.89 174.9 105.25 -
System Red Green Blue C M Y K H S L
Decimal 40 72 155 0.74 0.54 0 0.39 223.3 0.59 0.38
Hex 28 48 9B 4A 36 0 27 DF 3B 26
Octal 50 110 233 112 66 0 47 337 73 46
Binary 101000 1001000 10011011 1001010 110110 0 100111 11011111 111011 100110

Color Harmonies of #28489B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28489B

Black with #28489B

Text Example


Text Example

White with #28489B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #28489B; }

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

 H1.HeaderClassName
 {
   color: #28489B;
 }
 .AnyTagClassName
 {
   color: #28489B;
 }
</style>

background-color css

<style>
 a { background-color: #28489B; }

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

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

border-color css

<style>
 span { border-color: #28489B; }

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

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