#27489A

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

Shades of Tory Blue #27489A

Tints of Tory Blue #27489A

Color information

#27489A (or 0x27489A) is unknown color: approx Tory Blue. HEX triplet: 27, 48 and 9A. RGB value is (39,72,154). Sum of RGB (Red+Green+Blue) = 39+72+154=265 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.72% from 265); Green value is 72 (28.52% from 255 or 27.17% from 265); Blue value is 154 (60.55% from 255 or 58.11% from 265); Max value from RGB is 154 - color contains mainly: blue. Hex color #27489A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27489A is #D8B765. Grayscale: #474747. Windows color (decimal): -14202726 or 10111015. OLE color: 10111015.

HSL color Cylindrical-coordinate representation of color #27489A: hue angle of 222.78º degrees, saturation: 0.6, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #27489A is Cyan = 0.75, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3972154-
CMYK0.750.5300.40
HSL222.78º59.59%37.84%-
HSV(B)222.78º74.68%60.39%-
XYZ8.997.431.53-
YUV71.48174.57104.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.72%
GREEN value IS 72 (28.52% from 255) = 27.17%
BLUE value IS 154 (60.55% from 255) = 58.11%
R=14.72%
G=27.17%
B=58.11%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39721540.750.5300.40222.7859.5937.84
Hex27489A4B35028df3c26
Octal47110232113650503377446
Binary1001111001000100110101001011110101010100011011111111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27489A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,72,154); }

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

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

 a { background-color: rgb(39,72,154); }

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

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

 span { border-color: rgb(39,72,154); }

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