#27428E

Color #27428E Tory Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tory Blue #27428E

Tints of Tory Blue #27428E

Color information

#27428E (or 0x27428E) is unknown color: approx Tory Blue. HEX triplet: 27, 42 and 8E. RGB value is (39,66,142). Sum of RGB (Red+Green+Blue) = 39+66+142=247 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.79% from 247); Green value is 66 (26.17% from 255 or 26.72% from 247); Blue value is 142 (55.86% from 255 or 57.49% from 247); Max value from RGB is 142 - color contains mainly: blue. Hex color #27428E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27428E is #D8BD71. Grayscale: #424242. Windows color (decimal): -14204274 or 9323047. OLE color: 9323047.

HSL color Cylindrical-coordinate representation of color #27428E: hue angle of 224.27º degrees, saturation: 0.57, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #27428E is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3966142-
CMYK0.730.5400.44
HSL224.27º56.91%35.49%-
HSV(B)224.27º72.54%55.69%-
XYZ7.676.2826.4-
YUV66.59170.55108.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.79%
GREEN value IS 66 (26.17% from 255) = 26.72%
BLUE value IS 142 (55.86% from 255) = 57.49%
R=15.79%
G=26.72%
B=57.49%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39661420.730.5400.44224.2756.9135.49
Hex27428E493602Ce03923
Octal47102216111660543407143
Binary1001111000010100011101001001110110010110011100000111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27428E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,66,142); }

 H1.HeaderClassName
 {
   color: #27428E;
 }
 .AnyTagClassName
 {
   color: #27428E;
 }
</style>
background-color css

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

 a { background-color: rgb(39,66,142); }

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

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

 span { border-color: rgb(39,66,142); }

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