#274296

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

Shades of Tory Blue #274296

Tints of Tory Blue #274296

Color information

#274296 (or 0x274296) is unknown color: approx Tory Blue. HEX triplet: 27, 42 and 96. RGB value is (39,66,150). Sum of RGB (Red+Green+Blue) = 39+66+150=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 66 (26.17% from 255 or 25.88% from 255); Blue value is 150 (58.98% from 255 or 58.82% from 255); Max value from RGB is 150 - color contains mainly: blue. Hex color #274296 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274296 is #D8BD69. Grayscale: #434343. Windows color (decimal): -14204266 or 9847335. OLE color: 9847335.

HSL color Cylindrical-coordinate representation of color #274296: hue angle of 225.41º 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 #274296 is Cyan = 0.74, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB3966150-
CMYK0.740.5600.41
HSL225.41º58.73%37.06%-
HSV(B)225.41º74%58.82%-
XYZ8.296.5329.68-
YUV67.5174.55107.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 66 (26.17% from 255) = 25.88%
BLUE value IS 150 (58.98% from 255) = 58.82%
R=15.29%
G=25.88%
B=58.82%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39661500.740.5600.41225.4158.7337.06
Hex2742964A38029e13b25
Octal47102226112700513417345
Binary1001111000010100101101001010111000010100111100001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274296; }

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

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

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

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

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

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

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

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