#274397

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

Shades of Tory Blue #274397

Tints of Tory Blue #274397

Color information

#274397 (or 0x274397) is unknown color: approx Tory Blue. HEX triplet: 27, 43 and 97. RGB value is (39,67,151). Sum of RGB (Red+Green+Blue) = 39+67+151=257 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.18% from 257); Green value is 67 (26.56% from 255 or 26.07% from 257); Blue value is 151 (59.38% from 255 or 58.75% from 257); Max value from RGB is 151 - color contains mainly: blue. Hex color #274397 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274397 is #D8BC68. Grayscale: #434343. Windows color (decimal): -14204009 or 9913127. OLE color: 9913127.

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

Color convert

RGB3967151-
CMYK0.740.5600.41
HSL225º58.95%37.25%-
HSV(B)225º74.17%59.22%-
XYZ8.436.6830.12-
YUV68.2174.72107.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.18%
GREEN value IS 67 (26.56% from 255) = 26.07%
BLUE value IS 151 (59.38% from 255) = 58.75%
R=15.18%
G=26.07%
B=58.75%

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
Decimal39671510.740.5600.4122558.9537.25
Hex2743974A38029e13b25
Octal47103227112700513417345
Binary1001111000011100101111001010111000010100111100001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274397; }

 p { color: rgb(39,67,151); }

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

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

 a { background-color: rgb(39,67,151); }

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

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

 span { border-color: rgb(39,67,151); }

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