#274796

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

Shades of Tory Blue #274796

Tints of Tory Blue #274796

Color information

#274796 (or 0x274796) is unknown color: approx Tory Blue. HEX triplet: 27, 47 and 96. RGB value is (39,71,150). Sum of RGB (Red+Green+Blue) = 39+71+150=260 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15% from 260); Green value is 71 (28.12% from 255 or 27.31% from 260); Blue value is 150 (58.98% from 255 or 57.69% from 260); Max value from RGB is 150 - color contains mainly: blue. Hex color #274796 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274796 is #D8B869. Grayscale: #464646. Windows color (decimal): -14202986 or 9848615. OLE color: 9848615.

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

Color convert

RGB3971150-
CMYK0.740.5300.41
HSL222.7º58.73%37.06%-
HSV(B)222.7º74%58.82%-
XYZ8.597.1429.78-
YUV70.44172.9105.58-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15%
GREEN value IS 71 (28.12% from 255) = 27.31%
BLUE value IS 150 (58.98% from 255) = 57.69%
R=15%
G=27.31%
B=57.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal39711500.740.5300.41222.758.7337.06
Hex2747964A35029df3b25
Octal47107226112650513377345
Binary1001111000111100101101001010110101010100111011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274796; }

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

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

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

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

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

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

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

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