#274096

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

Shades of Tory Blue #274096

Tints of Tory Blue #274096

Color information

#274096 (or 0x274096) is unknown color: approx Tory Blue. HEX triplet: 27, 40 and 96. RGB value is (39,64,150). Sum of RGB (Red+Green+Blue) = 39+64+150=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 64 (25.39% from 255 or 25.30% from 253); Blue value is 150 (58.98% from 255 or 59.29% from 253); Max value from RGB is 150 - color contains mainly: blue. Hex color #274096 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274096 is #D8BF69. Grayscale: #414141. Windows color (decimal): -14204778 or 9846823. OLE color: 9846823.

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

Color convert

RGB3964150-
CMYK0.740.5700.41
HSL226.49º58.73%37.06%-
HSV(B)226.49º74%58.82%-
XYZ8.186.329.64-
YUV66.33175.22108.51-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 64 (25.39% from 255) = 25.30%
BLUE value IS 150 (58.98% from 255) = 59.29%
R=15.42%
G=25.30%
B=59.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39641500.740.5700.41226.4958.7337.06
Hex2740964A39029e23b25
Octal47100226112710513427345
Binary1001111000000100101101001010111001010100111100010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274096; }

 p { color: rgb(39,64,150); }

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

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

 a { background-color: rgb(39,64,150); }

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

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

 span { border-color: rgb(39,64,150); }

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