#27499E

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

Shades of Tory Blue #27499E

Tints of Tory Blue #27499E

Color information

#27499E (or 0x27499E) is unknown color: approx Tory Blue. HEX triplet: 27, 49 and 9E. RGB value is (39,73,158). Sum of RGB (Red+Green+Blue) = 39+73+158=270 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.44% from 270); Green value is 73 (28.91% from 255 or 27.04% from 270); Blue value is 158 (62.11% from 255 or 58.52% from 270); Max value from RGB is 158 - color contains mainly: blue. Hex color #27499E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27499E is #D8B661. Grayscale: #484848. Windows color (decimal): -14202466 or 10373415. OLE color: 10373415.

HSL color Cylindrical-coordinate representation of color #27499E: hue angle of 222.86º degrees, saturation: 0.6, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27499E is Cyan = 0.75, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB3973158-
CMYK0.750.5400.38
HSL222.86º60.41%38.63%-
HSV(B)222.86º75.32%61.96%-
XYZ9.397.6733.33-
YUV72.52176.24104.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.44%
GREEN value IS 73 (28.91% from 255) = 27.04%
BLUE value IS 158 (62.11% from 255) = 58.52%
R=14.44%
G=27.04%
B=58.52%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39731580.750.5400.38222.8660.4138.63
Hex27499E4B36026df3c27
Octal47111236113660463377447
Binary1001111001001100111101001011110110010011011011111111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27499E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,73,158); }

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

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

 a { background-color: rgb(39,73,158); }

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

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

 span { border-color: rgb(39,73,158); }

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