#27479D

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

Shades of Tory Blue #27479D

Tints of Tory Blue #27479D

Color information

#27479D (or 0x27479D) is unknown color: approx Tory Blue. HEX triplet: 27, 47 and 9D. RGB value is (39,71,157). Sum of RGB (Red+Green+Blue) = 39+71+157=267 (35% of max value = 765). Red value is 39 (15.62% from 255 or 14.61% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 157 (61.72% from 255 or 58.80% from 267); Max value from RGB is 157 - color contains mainly: blue. Hex color #27479D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #27479D is #D8B862. Grayscale: #464646. Windows color (decimal): -14202979 or 10307367. OLE color: 10307367.

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

Color convert

RGB3971157-
CMYK0.750.5500.38
HSL223.73º60.2%38.43%-
HSV(B)223.73º75.16%61.57%-
XYZ9.187.3732.84-
YUV71.24176.4105.01-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.61%
GREEN value IS 71 (28.12% from 255) = 26.59%
BLUE value IS 157 (61.72% from 255) = 58.80%
R=14.61%
G=26.59%
B=58.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal39711570.750.5500.38223.7360.238.43
Hex27479D4B37026e03c26
Octal47107235113670463407446
Binary1001111000111100111011001011110111010011011100000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27479D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(39,71,157); }

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

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

 a { background-color: rgb(39,71,157); }

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

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

 span { border-color: rgb(39,71,157); }

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