#27478E

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

Shades of Tory Blue #27478E

Tints of Tory Blue #27478E

Color information

#27478E (or 0x27478E) is unknown color: approx Tory Blue. HEX triplet: 27, 47 and 8E. RGB value is (39,71,142). Sum of RGB (Red+Green+Blue) = 39+71+142=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 71 (28.12% from 255 or 28.17% 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 #27478E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27478E is #D8B871. Grayscale: #454545. Windows color (decimal): -14202994 or 9324327. OLE color: 9324327.

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

Color convert

RGB3971142-
CMYK0.730.500.44
HSL221.36º56.91%35.49%-
HSV(B)221.36º72.54%55.69%-
XYZ7.976.8926.5-
YUV69.53168.9106.23-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 71 (28.12% from 255) = 28.17%
BLUE value IS 142 (55.86% from 255) = 56.35%
R=15.48%
G=28.17%
B=56.35%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39711420.730.500.44221.3656.9135.49
Hex27478E493202Cdd3923
Octal47107216111620543357143
Binary1001111000111100011101001001110010010110011011101111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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