#274498

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

Shades of Tory Blue #274498

Tints of Tory Blue #274498

Color information

#274498 (or 0x274498) is unknown color: approx Tory Blue. HEX triplet: 27, 44 and 98. RGB value is (39,68,152). Sum of RGB (Red+Green+Blue) = 39+68+152=259 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.06% from 259); Green value is 68 (26.95% from 255 or 26.25% from 259); Blue value is 152 (59.77% from 255 or 58.69% from 259); Max value from RGB is 152 - color contains mainly: blue. Hex color #274498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274498 is #D8BB67. Grayscale: #444444. Windows color (decimal): -14203752 or 9978919. OLE color: 9978919.

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

Color convert

RGB3968152-
CMYK0.740.5500.40
HSL224.6º59.16%37.45%-
HSV(B)224.6º74.34%59.61%-
XYZ8.576.8330.57-
YUV68.9174.89106.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.06%
GREEN value IS 68 (26.95% from 255) = 26.25%
BLUE value IS 152 (59.77% from 255) = 58.69%
R=15.06%
G=26.25%
B=58.69%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39681520.740.5500.40224.659.1637.45
Hex2744984A37028e13b25
Octal47104230112670503417345
Binary1001111000100100110001001010110111010100011100001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274498

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274498; }

 p { color: rgb(39,68,152); }

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

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

 a { background-color: rgb(39,68,152); }

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

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

 span { border-color: rgb(39,68,152); }

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