#274294

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

Shades of Tory Blue #274294

Tints of Tory Blue #274294

Color information

#274294 (or 0x274294) is unknown color: approx Tory Blue. HEX triplet: 27, 42 and 94. RGB value is (39,66,148). Sum of RGB (Red+Green+Blue) = 39+66+148=253 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.42% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 148 (58.20% from 255 or 58.50% from 253); Max value from RGB is 148 - color contains mainly: blue. Hex color #274294 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274294 is #D8BD6B. Grayscale: #424242. Windows color (decimal): -14204268 or 9716263. OLE color: 9716263.

HSL color Cylindrical-coordinate representation of color #274294: hue angle of 225.14º degrees, saturation: 0.58, 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 #274294 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3966148-
CMYK0.740.5500.42
HSL225.14º58.29%36.67%-
HSV(B)225.14º73.65%58.04%-
XYZ8.136.4728.84-
YUV67.28173.55107.83-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.42%
GREEN value IS 66 (26.17% from 255) = 26.09%
BLUE value IS 148 (58.20% from 255) = 58.50%
R=15.42%
G=26.09%
B=58.50%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39661480.740.5500.42225.1458.2936.67
Hex2742944A3702Ae13a25
Octal47102224112670523417245
Binary1001111000010100101001001010110111010101011100001111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274294; }

 p { color: rgb(39,66,148); }

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

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

 a { background-color: rgb(39,66,148); }

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

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

 span { border-color: rgb(39,66,148); }

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