#274494

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

Shades of Tory Blue #274494

Tints of Tory Blue #274494

Color information

#274494 (or 0x274494) is unknown color: approx Tory Blue. HEX triplet: 27, 44 and 94. RGB value is (39,68,148). Sum of RGB (Red+Green+Blue) = 39+68+148=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 68 (26.95% from 255 or 26.67% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #274494 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274494 is #D8BB6B. Grayscale: #444444. Windows color (decimal): -14203756 or 9716775. OLE color: 9716775.

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

Color convert

RGB3968148-
CMYK0.740.5400.42
HSL224.04º58.29%36.67%-
HSV(B)224.04º73.65%58.04%-
XYZ8.256.728.88-
YUV68.45172.89107-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 68 (26.95% from 255) = 26.67%
BLUE value IS 148 (58.20% from 255) = 58.04%
R=15.29%
G=26.67%
B=58.04%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39681480.740.5400.42224.0458.2936.67
Hex2744944A3602Ae03a25
Octal47104224112660523407245
Binary1001111000100100101001001010110110010101011100000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274494

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274494; }

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

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

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

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

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

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

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

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