#274B93

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

Shades of Tory Blue #274B93

Tints of Tory Blue #274B93

Color information

#274B93 (or 0x274B93) is unknown color: approx Tory Blue. HEX triplet: 27, 4B and 93. RGB value is (39,75,147). Sum of RGB (Red+Green+Blue) = 39+75+147=261 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.94% from 261); Green value is 75 (29.69% from 255 or 28.74% from 261); Blue value is 147 (57.81% from 255 or 56.32% from 261); Max value from RGB is 147 - color contains mainly: blue. Hex color #274B93 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274B93 is #D8B46C. Grayscale: #484848. Windows color (decimal): -14201965 or 9653031. OLE color: 9653031.

HSL color Cylindrical-coordinate representation of color #274B93: hue angle of 220º degrees, saturation: 0.58, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274B93 is Cyan = 0.73, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3975147-
CMYK0.730.4900.42
HSL220º58.06%36.47%-
HSV(B)220º73.47%57.65%-
XYZ8.627.5728.61-
YUV72.44170.07104.15-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.94%
GREEN value IS 75 (29.69% from 255) = 28.74%
BLUE value IS 147 (57.81% from 255) = 56.32%
R=14.94%
G=28.74%
B=56.32%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39751470.730.4900.4222058.0636.47
Hex274B93493102Adc3a24
Octal47113223111610523347244
Binary1001111001011100100111001001110001010101011011100111010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274B93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274B93; }

 p { color: rgb(39,75,147); }

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

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

 a { background-color: rgb(39,75,147); }

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

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

 span { border-color: rgb(39,75,147); }

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