#27418D

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

Shades of Tory Blue #27418D

Tints of Tory Blue #27418D

Color information

#27418D (or 0x27418D) is unknown color: approx Tory Blue. HEX triplet: 27, 41 and 8D. RGB value is (39,65,141). Sum of RGB (Red+Green+Blue) = 39+65+141=245 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.92% from 245); Green value is 65 (25.78% from 255 or 26.53% from 245); Blue value is 141 (55.47% from 255 or 57.55% from 245); Max value from RGB is 141 - color contains mainly: blue. Hex color #27418D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27418D is #D8BE72. Grayscale: #414141. Windows color (decimal): -14204531 or 9257255. OLE color: 9257255.

HSL color Cylindrical-coordinate representation of color #27418D: hue angle of 224.71º 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 #27418D is Cyan = 0.72, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3965141-
CMYK0.720.5400.45
HSL224.71º56.67%35.29%-
HSV(B)224.71º72.34%55.29%-
XYZ7.536.1425.99-
YUV65.89170.39108.82-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.92%
GREEN value IS 65 (25.78% from 255) = 26.53%
BLUE value IS 141 (55.47% from 255) = 57.55%
R=15.92%
G=26.53%
B=57.55%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39651410.720.5400.45224.7156.6735.29
Hex27418D483602De13923
Octal47101215110660553417143
Binary1001111000001100011011001000110110010110111100001111001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27418D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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