#274088

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

Shades of Tory Blue #274088

Tints of Tory Blue #274088

Color information

#274088 (or 0x274088) is unknown color: approx Tory Blue. HEX triplet: 27, 40 and 88. RGB value is (39,64,136). Sum of RGB (Red+Green+Blue) = 39+64+136=239 (31% of max value = 765). Red value is 39 (15.62% from 255 or 16.32% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 136 (53.52% from 255 or 56.90% from 239); Max value from RGB is 136 - color contains mainly: blue. Hex color #274088 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274088 is #D8BF77. Grayscale: #404040. Windows color (decimal): -14204792 or 8929319. OLE color: 8929319.

HSL color Cylindrical-coordinate representation of color #274088: hue angle of 224.54º degrees, saturation: 0.55, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #274088 is Cyan = 0.71, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB3964136-
CMYK0.710.5300.47
HSL224.54º55.43%34.31%-
HSV(B)224.54º71.32%53.33%-
XYZ7.115.8824.05-
YUV64.73168.22109.65-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 16.32%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 136 (53.52% from 255) = 56.90%
R=16.32%
G=26.78%
B=56.90%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal39641360.710.5300.47224.5455.4334.31
Hex274088473502Fe13722
Octal47100210107650573416742
Binary1001111000000100010001000111110101010111111100001110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274088; }

 p { color: rgb(39,64,136); }

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

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

 a { background-color: rgb(39,64,136); }

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

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

 span { border-color: rgb(39,64,136); }

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