#274095

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

Shades of Tory Blue #274095

Tints of Tory Blue #274095

Color information

#274095 (or 0x274095) is unknown color: approx Tory Blue. HEX triplet: 27, 40 and 95. RGB value is (39,64,149). Sum of RGB (Red+Green+Blue) = 39+64+149=252 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.48% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 149 (58.59% from 255 or 59.13% from 252); Max value from RGB is 149 - color contains mainly: blue. Hex color #274095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274095 is #D8BF6A. Grayscale: #414141. Windows color (decimal): -14204779 or 9781287. OLE color: 9781287.

HSL color Cylindrical-coordinate representation of color #274095: hue angle of 226.36º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #274095 is Cyan = 0.74, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB3964149-
CMYK0.740.5700.42
HSL226.36º58.51%36.86%-
HSV(B)226.36º73.83%58.43%-
XYZ8.096.2729.22-
YUV66.22174.72108.59-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.48%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 149 (58.59% from 255) = 59.13%
R=15.48%
G=25.40%
B=59.13%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39641490.740.5700.42226.3658.5136.86
Hex2740954A3902Ae23b25
Octal47100225112710523427345
Binary1001111000000100101011001010111001010101011100010111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274095; }

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

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

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

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

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

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

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

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