Html Css Color HEX #28468C Tory Blue

📋 copy color: '#28468C'

red 40 ◦ green 70 ◦ blue 140

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

Shades of Tory Blue #28468C

Tints of Tory Blue #28468C

RGB

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

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

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

R = 16%
G = 28%
B = 56%

CMYK

 C value IS 0.71

 M value IS 0.50

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#28468C (or 0x28468C) is known color: Tory Blue. HEX triplet: 28, 46 and 8C. RGB value is (40,70,140). Sum of RGB (Red+Green+Blue) = 40+70+140=250 (33% of max value = 765). Red value is 40 (16.02% from 255 or 16% from 250); Green value is 70 (27.73% from 255 or 28% from 250); Blue value is 140 (55.08% from 255 or 56% from 250); Max value from RGB is 140 - color contains mainly: blue. Hex color #28468C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #28468C is #D7B973. Grayscale: #444444. Windows color (decimal): -14137716 or 9193000. OLE color: 9193000.

HSL color Cylindrical-coordinate representation of color #28468C: hue angle of 222º 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 #28468C is Cyan = 0.71, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 40 70 140 -
CMYK 0.71 0.50 0 0.45
HSL 222º 0.56% 0.35% -
HSV(B) 222º 0.71% 0.55% -
XYZ 7.8 6.72 25.7 -
YUV 69.01 168.06 107.31 -
System Red Green Blue C M Y K H S L
Decimal 40 70 140 0.71 0.50 0 0.45 222 0.56 0.35
Hex 28 46 8C 47 32 0 2D DE 38 23
Octal 50 106 214 107 62 0 55 336 70 43
Binary 101000 1000110 10001100 1000111 110010 0 101101 11011110 111000 100011

Color Harmonies of #28468C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #28468C

Black with #28468C

Text Example


Text Example

White with #28468C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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