#274495

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

Shades of Tory Blue #274495

Tints of Tory Blue #274495

Color information

#274495 (or 0x274495) is unknown color: approx Tory Blue. HEX triplet: 27, 44 and 95. RGB value is (39,68,149). Sum of RGB (Red+Green+Blue) = 39+68+149=256 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.23% from 256); Green value is 68 (26.95% from 255 or 26.56% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #274495 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274495 is #D8BB6A. Grayscale: #444444. Windows color (decimal): -14203755 or 9782311. OLE color: 9782311.

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

Color convert

RGB3968149-
CMYK0.740.5400.42
HSL224.18º58.51%36.86%-
HSV(B)224.18º73.83%58.43%-
XYZ8.336.7429.29-
YUV68.56173.39106.91-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.23%
GREEN value IS 68 (26.95% from 255) = 26.56%
BLUE value IS 149 (58.59% from 255) = 58.20%
R=15.23%
G=26.56%
B=58.20%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39681490.740.5400.42224.1858.5136.86
Hex2744954A3602Ae03b25
Octal47104225112660523407345
Binary1001111000100100101011001010110110010101011100000111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274495; }

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

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

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

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

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

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

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

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