#27408A

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

Shades of Tory Blue #27408A

Tints of Tory Blue #27408A

Color information

#27408A (or 0x27408A) is unknown color: approx Tory Blue. HEX triplet: 27, 40 and 8A. RGB value is (39,64,138). Sum of RGB (Red+Green+Blue) = 39+64+138=241 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.18% from 241); Green value is 64 (25.39% from 255 or 26.56% from 241); Blue value is 138 (54.30% from 255 or 57.26% from 241); Max value from RGB is 138 - color contains mainly: blue. Hex color #27408A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27408A is #D8BF75. Grayscale: #404040. Windows color (decimal): -14204790 or 9060391. OLE color: 9060391.

HSL color Cylindrical-coordinate representation of color #27408A: hue angle of 224.85º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #27408A is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB3964138-
CMYK0.720.5400.46
HSL224.85º55.93%34.71%-
HSV(B)224.85º71.74%54.12%-
XYZ7.265.9324.81-
YUV64.96169.22109.48-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.18%
GREEN value IS 64 (25.39% from 255) = 26.56%
BLUE value IS 138 (54.30% from 255) = 57.26%
R=16.18%
G=26.56%
B=57.26%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal39641380.720.5400.46224.8555.9334.71
Hex27408A483602Ee13823
Octal47100212110660563417043
Binary1001111000000100010101001000110110010111011100001111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27408A; }

 p { color: rgb(39,64,138); }

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

<style>
 a { background-color: #27408A; }

 a { background-color: rgb(39,64,138); }

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

<style>
 span { border-color: #27408A; }

 span { border-color: rgb(39,64,138); }

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