#274692

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

Shades of Tory Blue #274692

Tints of Tory Blue #274692

Color information

#274692 (or 0x274692) is unknown color: approx Tory Blue. HEX triplet: 27, 46 and 92. RGB value is (39,70,146). Sum of RGB (Red+Green+Blue) = 39+70+146=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 70 (27.73% from 255 or 27.45% from 255); Blue value is 146 (57.42% from 255 or 57.25% from 255); Max value from RGB is 146 - color contains mainly: blue. Hex color #274692 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274692 is #D8B96D. Grayscale: #454545. Windows color (decimal): -14203246 or 9586215. OLE color: 9586215.

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

Color convert

RGB3970146-
CMYK0.730.5200.43
HSL222.62º57.84%36.27%-
HSV(B)222.62º73.29%57.25%-
XYZ8.226.8928.09-
YUV69.4171.23106.32-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 70 (27.73% from 255) = 27.45%
BLUE value IS 146 (57.42% from 255) = 57.25%
R=15.29%
G=27.45%
B=57.25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal39701460.730.5200.43222.6257.8436.27
Hex274692493402Bdf3a24
Octal47106222111640533377244
Binary1001111000110100100101001001110100010101111011111111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274692; }

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

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

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

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

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

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

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

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