#274896

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

Shades of Tory Blue #274896

Tints of Tory Blue #274896

Color information

#274896 (or 0x274896) is unknown color: approx Tory Blue. HEX triplet: 27, 48 and 96. RGB value is (39,72,150). Sum of RGB (Red+Green+Blue) = 39+72+150=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 72 (28.52% from 255 or 27.59% from 261); Blue value is 150 (58.98% from 255 or 57.47% from 261); Max value from RGB is 150 - color contains mainly: blue. Hex color #274896 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274896 is #D8B769. Grayscale: #464646. Windows color (decimal): -14202730 or 9848871. OLE color: 9848871.

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

Color convert

RGB3972150-
CMYK0.740.5200.41
HSL222.16º58.73%37.06%-
HSV(B)222.16º74%58.82%-
XYZ8.667.2729.8-
YUV71.03172.57105.16-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 72 (28.52% from 255) = 27.59%
BLUE value IS 150 (58.98% from 255) = 57.47%
R=14.94%
G=27.59%
B=57.47%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39721500.740.5200.41222.1658.7337.06
Hex2748964A34029de3b25
Octal47110226112640513367345
Binary1001111001000100101101001010110100010100111011110111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274896; }

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

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

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

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

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

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

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

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