Html Css Color HEX #28449E Tory Blue

📋 copy color: '#28449E'

red 40 ◦ green 68 ◦ blue 158

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

Shades of Tory Blue #28449E

Tints of Tory Blue #28449E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.4%

R = 15.04%
G = 25.56%
B = 59.4%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#28449E (or 0x28449E) is known color: Tory Blue. HEX triplet: 28, 44 and 9E. RGB value is (40,68,158). Sum of RGB (Red+Green+Blue) = 40+68+158=266 (35% of max value = 765). Red value is 40 (16.02% from 255 or 15.04% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 158 (62.11% from 255 or 59.40% from 266); Max value from RGB is 158 - color contains mainly: blue. Hex color #28449E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28449E is #D7BB61. Grayscale: #454545. Windows color (decimal): -14138210 or 10372136. OLE color: 10372136.

HSL color Cylindrical-coordinate representation of color #28449E: hue angle of 225.76º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #28449E is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 40 68 158 -
CMYK 0.75 0.57 0 0.38
HSL 225.76º 0.6% 0.39% -
HSV(B) 225.76º 0.75% 0.62% -
XYZ 9.11 7.05 33.23 -
YUV 69.89 177.72 106.68 -
System Red Green Blue C M Y K H S L
Decimal 40 68 158 0.75 0.57 0 0.38 225.76 0.6 0.39
Hex 28 44 9E 4B 39 0 26 E2 3C 27
Octal 50 104 236 113 71 0 46 342 74 47
Binary 101000 1000100 10011110 1001011 111001 0 100110 11100010 111100 100111

Color Harmonies of #28449E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28449E

Black with #28449E

Text Example


Text Example

White with #28449E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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