Html Css Color HEX #28468E Tory Blue

📋 copy color: '#28468E'

red 40 ◦ green 70 ◦ blue 142

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

Shades of Tory Blue #28468E

Tints of Tory Blue #28468E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 27.78%

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

R = 15.87%
G = 27.78%
B = 56.35%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#28468E (or 0x28468E) is known color: Tory Blue. HEX triplet: 28, 46 and 8E. RGB value is (40,70,142). Sum of RGB (Red+Green+Blue) = 40+70+142=252 (33% of max value = 765). Red value is 40 (16.02% from 255 or 15.87% from 252); Green value is 70 (27.73% from 255 or 27.78% from 252); Blue value is 142 (55.86% from 255 or 56.35% from 252); Max value from RGB is 142 - color contains mainly: blue. Hex color #28468E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28468E is #D7B971. Grayscale: #444444. Windows color (decimal): -14137714 or 9324072. OLE color: 9324072.

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

Color convert

RGB 40 70 142 -
CMYK 0.72 0.51 0 0.44
HSL 222.35º 0.56% 0.36% -
HSV(B) 222.35º 0.72% 0.56% -
XYZ 7.95 6.78 26.48 -
YUV 69.24 169.06 107.15 -
System Red Green Blue C M Y K H S L
Decimal 40 70 142 0.72 0.51 0 0.44 222.35 0.56 0.36
Hex 28 46 8E 48 33 0 2C DE 38 24
Octal 50 106 216 110 63 0 54 336 70 44
Binary 101000 1000110 10001110 1001000 110011 0 101100 11011110 111000 100100

Color Harmonies of #28468E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28468E

Black with #28468E

Text Example


Text Example

White with #28468E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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