#274492

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

Shades of Tory Blue #274492

Tints of Tory Blue #274492

Color information

#274492 (or 0x274492) is unknown color: approx Tory Blue. HEX triplet: 27, 44 and 92. RGB value is (39,68,146). Sum of RGB (Red+Green+Blue) = 39+68+146=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 68 (26.95% from 255 or 26.88% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #274492 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274492 is #D8BB6D. Grayscale: #434343. Windows color (decimal): -14203758 or 9585703. OLE color: 9585703.

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

Color convert

RGB3968146-
CMYK0.730.5300.43
HSL223.74º57.84%36.27%-
HSV(B)223.74º73.29%57.25%-
XYZ8.096.6428.05-
YUV68.22171.89107.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 68 (26.95% from 255) = 26.88%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=15.42%
G=26.88%
B=57.71%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39681460.730.5300.43223.7457.8436.27
Hex274492493502Be03a24
Octal47104222111650533407244
Binary1001111000100100100101001001110101010101111100000111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274492; }

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

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

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

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

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

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

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

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