#274398

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

Shades of Tory Blue #274398

Tints of Tory Blue #274398

Color information

#274398 (or 0x274398) is unknown color: approx Tory Blue. HEX triplet: 27, 43 and 98. RGB value is (39,67,152). Sum of RGB (Red+Green+Blue) = 39+67+152=258 (34% of max value = 765). Red value is 39 (15.62% from 255 or 15.12% from 258); Green value is 67 (26.56% from 255 or 25.97% from 258); Blue value is 152 (59.77% from 255 or 58.91% from 258); Max value from RGB is 152 - color contains mainly: blue. Hex color #274398 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274398 is #D8BC67. Grayscale: #434343. Windows color (decimal): -14204008 or 9978663. OLE color: 9978663.

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

Color convert

RGB3967152-
CMYK0.740.5600.40
HSL225.13º59.16%37.45%-
HSV(B)225.13º74.34%59.61%-
XYZ8.516.7130.55-
YUV68.32175.22107.09-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.12%
GREEN value IS 67 (26.56% from 255) = 25.97%
BLUE value IS 152 (59.77% from 255) = 58.91%
R=15.12%
G=25.97%
B=58.91%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal39671520.740.5600.40225.1359.1637.45
Hex2743984A38028e13b25
Octal47103230112700503417345
Binary1001111000011100110001001010111000010100011100001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274398

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274398; }

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

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

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

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

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

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

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

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