#27428B

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

Shades of Tory Blue #27428B

Tints of Tory Blue #27428B

Color information

#27428B (or 0x27428B) is unknown color: approx Tory Blue. HEX triplet: 27, 42 and 8B. RGB value is (39,66,139). Sum of RGB (Red+Green+Blue) = 39+66+139=244 (32% of max value = 765). Red value is 39 (15.62% from 255 or 15.98% from 244); Green value is 66 (26.17% from 255 or 27.05% from 244); Blue value is 139 (54.69% from 255 or 56.97% from 244); Max value from RGB is 139 - color contains mainly: blue. Hex color #27428B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27428B is #D8BD74. Grayscale: #414141. Windows color (decimal): -14204277 or 9126439. OLE color: 9126439.

HSL color Cylindrical-coordinate representation of color #27428B: hue angle of 223.8º degrees, saturation: 0.56, 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 #27428B is Cyan = 0.72, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB3966139-
CMYK0.720.5300.45
HSL223.8º56.18%34.9%-
HSV(B)223.8º71.94%54.51%-
XYZ7.456.1925.23-
YUV66.25169.05108.56-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.98%
GREEN value IS 66 (26.17% from 255) = 27.05%
BLUE value IS 139 (54.69% from 255) = 56.97%
R=15.98%
G=27.05%
B=56.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal39661390.720.5300.45223.856.1834.9
Hex27428B483502De03823
Octal47102213110650553407043
Binary1001111000010100010111001000110101010110111100000111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27428B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27428B; }

 p { color: rgb(39,66,139); }

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

<style>
 a { background-color: #27428B; }

 a { background-color: rgb(39,66,139); }

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

<style>
 span { border-color: #27428B; }

 span { border-color: rgb(39,66,139); }

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