#274798

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

Shades of Tory Blue #274798

Tints of Tory Blue #274798

Color information

#274798 (or 0x274798) is unknown color: approx Tory Blue. HEX triplet: 27, 47 and 98. RGB value is (39,71,152). Sum of RGB (Red+Green+Blue) = 39+71+152=262 (34% of max value = 765). Red value is 39 (15.62% from 255 or 14.89% from 262); Green value is 71 (28.12% from 255 or 27.10% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #274798 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274798 is #D8B867. Grayscale: #464646. Windows color (decimal): -14202984 or 9979687. OLE color: 9979687.

HSL color Cylindrical-coordinate representation of color #274798: hue angle of 223.01º 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 #274798 is Cyan = 0.74, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB3971152-
CMYK0.740.5300.40
HSL223.01º59.16%37.45%-
HSV(B)223.01º74.34%59.61%-
XYZ8.767.230.63-
YUV70.67173.9105.41-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 14.89%
GREEN value IS 71 (28.12% from 255) = 27.10%
BLUE value IS 152 (59.77% from 255) = 58.02%
R=14.89%
G=27.10%
B=58.02%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39711520.740.5300.40223.0159.1637.45
Hex2747984A35028df3b25
Octal47107230112650503377345
Binary1001111000111100110001001010110101010100011011111111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274798; }

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

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

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

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

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

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

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

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