#274395

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

Shades of Tory Blue #274395

Tints of Tory Blue #274395

Color information

#274395 (or 0x274395) is unknown color: approx Tory Blue. HEX triplet: 27, 43 and 95. RGB value is (39,67,149). Sum of RGB (Red+Green+Blue) = 39+67+149=255 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.29% from 255); Green value is 67 (26.56% from 255 or 26.27% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #274395 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274395 is #D8BC6A. Grayscale: #434343. Windows color (decimal): -14204011 or 9782055. OLE color: 9782055.

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

Color convert

RGB3967149-
CMYK0.740.5500.42
HSL224.73º58.51%36.86%-
HSV(B)224.73º73.83%58.43%-
XYZ8.276.6229.27-
YUV67.98173.72107.33-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.29%
GREEN value IS 67 (26.56% from 255) = 26.27%
BLUE value IS 149 (58.59% from 255) = 58.43%
R=15.29%
G=26.27%
B=58.43%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39671490.740.5500.42224.7358.5136.86
Hex2743954A3702Ae13b25
Octal47103225112670523417345
Binary1001111000011100101011001010110111010101011100001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274395; }

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

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

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

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

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

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

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

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