#274295

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

Shades of Tory Blue #274295

Tints of Tory Blue #274295

Color information

#274295 (or 0x274295) is unknown color: approx Tory Blue. HEX triplet: 27, 42 and 95. RGB value is (39,66,149). Sum of RGB (Red+Green+Blue) = 39+66+149=254 (33% of max value = 765). Red value is 39 (15.62% from 255 or 15.35% from 254); Green value is 66 (26.17% from 255 or 25.98% from 254); Blue value is 149 (58.59% from 255 or 58.66% from 254); Max value from RGB is 149 - color contains mainly: blue. Hex color #274295 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #274295 is #D8BD6A. Grayscale: #434343. Windows color (decimal): -14204267 or 9781799. OLE color: 9781799.

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

Color convert

RGB3966149-
CMYK0.740.5600.42
HSL225.27º58.51%36.86%-
HSV(B)225.27º73.83%58.43%-
XYZ8.216.529.26-
YUV67.39174.05107.75-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 15.35%
GREEN value IS 66 (26.17% from 255) = 25.98%
BLUE value IS 149 (58.59% from 255) = 58.66%
R=15.35%
G=25.98%
B=58.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal39661490.740.5600.42225.2758.5136.86
Hex2742954A3802Ae13b25
Octal47102225112700523417345
Binary1001111000010100101011001010111000010101011100001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #274295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #274295; }

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

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

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

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

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

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

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

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