#27408D

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

Shades of Tory Blue #27408D

Tints of Tory Blue #27408D

Color information

#27408D (or 0x27408D) is unknown color: approx Tory Blue. HEX triplet: 27, 40 and 8D. RGB value is (39,64,141). Sum of RGB (Red+Green+Blue) = 39+64+141=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 141 (55.47% from 255 or 57.79% from 244); Max value from RGB is 141 - color contains mainly: blue. Hex color #27408D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27408D is #D8BF72. Grayscale: #404040. Windows color (decimal): -14204787 or 9256999. OLE color: 9256999.

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

Color convert

RGB3964141-
CMYK0.720.5500.45
HSL225.29º56.67%35.29%-
HSV(B)225.29º72.34%55.29%-
XYZ7.486.0225.97-
YUV65.3170.72109.24-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 141 (55.47% from 255) = 57.79%
R=15.98%
G=26.23%
B=57.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39641410.720.5500.45225.2956.6735.29
Hex27408D483702De13923
Octal47100215110670553417143
Binary1001111000000100011011001000110111010110111100001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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