Html Css Color HEX #28448C Tory Blue

📋 copy color: '#28448C'

red 40 ◦ green 68 ◦ blue 140

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

Shades of Tory Blue #28448C

Tints of Tory Blue #28448C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 56.45%

R = 16.13%
G = 27.42%
B = 56.45%

CMYK

 C value IS 0.71

 M value IS 0.51

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28448C (or 0x28448C) is known color: Tory Blue. HEX triplet: 28, 44 and 8C. RGB value is (40,68,140). Sum of RGB (Red+Green+Blue) = 40+68+140=248 (32% of max value = 765). Red value is 40 (16.02% from 255 or 16.13% from 248); Green value is 68 (26.95% from 255 or 27.42% from 248); Blue value is 140 (55.08% from 255 or 56.45% from 248); Max value from RGB is 140 - color contains mainly: blue. Hex color #28448C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28448C is #D7BB73. Grayscale: #434343. Windows color (decimal): -14138228 or 9192488. OLE color: 9192488.

HSL color Cylindrical-coordinate representation of color #28448C: hue angle of 223.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #28448C is Cyan = 0.71, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 68 140 -
CMYK 0.71 0.51 0 0.45
HSL 223.2º 0.56% 0.35% -
HSV(B) 223.2º 0.71% 0.55% -
XYZ 7.68 6.48 25.66 -
YUV 67.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 40 68 140 0.71 0.51 0 0.45 223.2 0.56 0.35
Hex 28 44 8C 47 33 0 2D DF 38 23
Octal 50 104 214 107 63 0 55 337 70 43
Binary 101000 1000100 10001100 1000111 110011 0 101101 11011111 111000 100011

Color Harmonies of #28448C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28448C

Black with #28448C

Text Example


Text Example

White with #28448C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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