#274790

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

Shades of Tory Blue #274790

Tints of Tory Blue #274790

Color information

#274790 (or 0x274790) is unknown color: approx Tory Blue. HEX triplet: 27, 47 and 90. RGB value is (39,71,144). Sum of RGB (Red+Green+Blue) = 39+71+144=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 144 (56.64% from 255 or 56.69% from 254); Max value from RGB is 144 - color contains mainly: blue. Hex color #274790 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274790 is #D8B86F. Grayscale: #454545. Windows color (decimal): -14202992 or 9455399. OLE color: 9455399.

HSL color Cylindrical-coordinate representation of color #274790: hue angle of 221.71º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #274790 is Cyan = 0.73, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB3971144-
CMYK0.730.5100.44
HSL221.71º57.38%35.88%-
HSV(B)221.71º72.92%56.47%-
XYZ8.126.9527.3-
YUV69.75169.9106.06-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 71 (28.12% from 255) = 27.95%
BLUE value IS 144 (56.64% from 255) = 56.69%
R=15.35%
G=27.95%
B=56.69%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal39711440.730.5100.44221.7157.3835.88
Hex274790493302Cde3924
Octal47107220111630543367144
Binary1001111000111100100001001001110011010110011011110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274790; }

 p { color: rgb(39,71,144); }

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

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

 a { background-color: rgb(39,71,144); }

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

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

 span { border-color: rgb(39,71,144); }

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