#274590

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

Shades of Tory Blue #274590

Tints of Tory Blue #274590

Color information

#274590 (or 0x274590) is unknown color: approx Tory Blue. HEX triplet: 27, 45 and 90. RGB value is (39,69,144). Sum of RGB (Red+Green+Blue) = 39+69+144=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 69 (27.34% from 255 or 27.38% from 252); Blue value is 144 (56.64% from 255 or 57.14% from 252); Max value from RGB is 144 - color contains mainly: blue. Hex color #274590 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274590 is #D8BA6F. Grayscale: #444444. Windows color (decimal): -14203504 or 9454887. OLE color: 9454887.

HSL color Cylindrical-coordinate representation of color #274590: hue angle of 222.86º 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 #274590 is Cyan = 0.73, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3969144-
CMYK0.730.5200.44
HSL222.86º57.38%35.88%-
HSV(B)222.86º72.92%56.47%-
XYZ86.727.26-
YUV68.58170.56106.9-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 69 (27.34% from 255) = 27.38%
BLUE value IS 144 (56.64% from 255) = 57.14%
R=15.48%
G=27.38%
B=57.14%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39691440.730.5200.44222.8657.3835.88
Hex274590493402Cdf3924
Octal47105220111640543377144
Binary1001111000101100100001001001110100010110011011111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274590

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274590; }

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

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

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

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

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

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

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

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