#2F5295

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

Shades of Tory Blue #2F5295

Tints of Tory Blue #2F5295

Color information

#2F5295 (or 0x2F5295) is unknown color: approx Tory Blue. HEX triplet: 2F, 52 and 95. RGB value is (47,82,149). Sum of RGB (Red+Green+Blue) = 47+82+149=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 149 (58.59% from 255 or 53.60% from 278); Max value from RGB is 149 - color contains mainly: blue. Hex color #2F5295 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #2F5295 is #D0AD6A. Grayscale: #4E4E4E. Windows color (decimal): -13675883 or 9785903. OLE color: 9785903.

HSL color Cylindrical-coordinate representation of color #2F5295: hue angle of 219.41º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F5295 is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB4782149-
CMYK0.680.4500.42
HSL219.41º52.04%38.43%-
HSV(B)219.41º68.46%58.43%-
XYZ9.618.8129.63-
YUV79.17167.4105.05-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 82 (32.42% from 255) = 29.50%
BLUE value IS 149 (58.59% from 255) = 53.60%
R=16.91%
G=29.50%
B=53.60%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal47821490.680.4500.42219.4152.0438.43
Hex2F5295442D02Adb3426
Octal57122225104550523336446
Binary1011111010010100101011000100101101010101011011011110100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F5295; }

 p { color: rgb(47,82,149); }

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

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

 a { background-color: rgb(47,82,149); }

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

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

 span { border-color: rgb(47,82,149); }

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