#274490

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

Shades of Tory Blue #274490

Tints of Tory Blue #274490

Color information

#274490 (or 0x274490) is unknown color: approx Tory Blue. HEX triplet: 27, 44 and 90. RGB value is (39,68,144). Sum of RGB (Red+Green+Blue) = 39+68+144=251 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.54% from 251); Green value is 68 (26.95% from 255 or 27.09% from 251); Blue value is 144 (56.64% from 255 or 57.37% from 251); Max value from RGB is 144 - color contains mainly: blue. Hex color #274490 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274490 is #D8BB6F. Grayscale: #434343. Windows color (decimal): -14203760 or 9454631. OLE color: 9454631.

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

Color convert

RGB3968144-
CMYK0.730.5300.44
HSL223.43º57.38%35.88%-
HSV(B)223.43º72.92%56.47%-
XYZ7.946.5827.24-
YUV67.99170.89107.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.54%
GREEN value IS 68 (26.95% from 255) = 27.09%
BLUE value IS 144 (56.64% from 255) = 57.37%
R=15.54%
G=27.09%
B=57.37%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39681440.730.5300.44223.4357.3835.88
Hex274490493502Cdf3924
Octal47104220111650543377144
Binary1001111000100100100001001001110101010110011011111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274490; }

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

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

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

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

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

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

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

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