#274493

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

Shades of Tory Blue #274493

Tints of Tory Blue #274493

Color information

#274493 (or 0x274493) is unknown color: approx Tory Blue. HEX triplet: 27, 44 and 93. RGB value is (39,68,147). Sum of RGB (Red+Green+Blue) = 39+68+147=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 68 (26.95% from 255 or 26.77% from 254); Blue value is 147 (57.81% from 255 or 57.87% from 254); Max value from RGB is 147 - color contains mainly: blue. Hex color #274493 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274493 is #D8BB6C. Grayscale: #434343. Windows color (decimal): -14203757 or 9651239. OLE color: 9651239.

HSL color Cylindrical-coordinate representation of color #274493: hue angle of 223.89º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274493 is Cyan = 0.73, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3968147-
CMYK0.730.5400.42
HSL223.89º58.06%36.47%-
HSV(B)223.89º73.47%57.65%-
XYZ8.176.6728.46-
YUV68.33172.39107.08-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 68 (26.95% from 255) = 26.77%
BLUE value IS 147 (57.81% from 255) = 57.87%
R=15.35%
G=26.77%
B=57.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39681470.730.5400.42223.8958.0636.47
Hex274493493602Ae03a24
Octal47104223111660523407244
Binary1001111000100100100111001001110110010101011100000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274493; }

 p { color: rgb(39,68,147); }

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

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

 a { background-color: rgb(39,68,147); }

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

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

 span { border-color: rgb(39,68,147); }

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